Color Hex Logo

#3369fb Color Hex

#3369FB
(51,105,251)
0 Favorites   0 Comments

Color spaces of #3369fb

RGB 51105251
HSL0.620.960.59
HSV224°80°98°
CMYK 0.800.580.00   0.02
XYZ23.829417.772093.4412
Yxy17.77200.17650.1316
Hunter Lab42.156827.1237-101.9073
CIE-Lab49.218434.1651-77.6139

#3369fb color RGB value is (51,105,251).

#3369fb hex color red value is 51, green value is 105 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #3369fb hue: 0.62 , saturation: 0.96 and the lightness value of 3369fb is 0.59.

The process color (four color CMYK) of #3369fb color hex is 0.80, 0.58, 0.00, 0.02. Web safe color of #3369fb is #3366ff. Color #3369fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01101001 11111011
Octal 63 151 373
Decimal 51 105 251
Hex 33 69 FB

RGB Percentages of Color #3369fb

%12.53
%25.80
%61.67

CMYK Percentages of Color #3369fb

%80
%58
%0
%2

Triadic Colors of #3369fb

#3369fb #fb3369 #69fb33

Analogous Colors of #3369fb

#3369fb #6133fb #33cdfb

Monochromatic Colors of #3369fb

#3369fb

Complementary Color

#3369fb #fbc533

#3369fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3369fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3369fb Color CSS Codes

.mybgcolor {background-color:#3369fb; } 
.myforecolor {color:#3369fb; }
.mybordercolor {border:3px solid #3369fb; }

#3369fb Text Font Color

<p style="color:#3369fb">Text here</p>

This sample text font color is #3369fb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#3369fb Background Color

<div style="background-color:#3369fb">
Div content here</div>

This div background color is #3369fb


#3369fb Border Color

<div style="border:3px solid #3369fb">
Div here</div>

This div border color is #3369fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,105,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3369fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3369fb;
  -webkit-box-shadow: 1px 1px 3px 2px #3369fb;
  box-shadow:         1px 1px 3px 2px #3369fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,105,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #3369fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #3369fb;
  -webkit-box-shadow: 1px 1px 3px 2px #3369fb;
  box-shadow:         1px 1px 3px 2px #3369fb;">
Div content here</div>

This div box has shadow with color #3369fb


Comments

No comments written yet.

Please login to write comment.