#334EB5

Color #334EB5 Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #334EB5

Tints of Cerulean Blue #334EB5

Color information

#334EB5 (or 0x334EB5) is unknown color: approx Cerulean Blue. HEX triplet: 33, 4E and B5. RGB value is (51,78,181). Sum of RGB (Red+Green+Blue) = 51+78+181=310 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.45% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 181 (71.09% from 255 or 58.39% from 310); Max value from RGB is 181 - color contains mainly: blue. Hex color #334EB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #334EB5 is #CCB14A. Grayscale: #515151. Windows color (decimal): -13414731 or 11882035. OLE color: 11882035.

HSL color Cylindrical-coordinate representation of color #334EB5: hue angle of 227.54º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #334EB5 is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5178181-
CMYK0.720.5700.29
HSL227.54º56.03%45.49%-
HSV(B)227.54º71.82%70.98%-
XYZ12.439.4944.89-
YUV81.67184.05106.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 51 (20.31% from 255) = 16.45%
GREEN value IS 78 (30.86% from 255) = 25.16%
BLUE value IS 181 (71.09% from 255) = 58.39%
R=16.45%
G=25.16%
B=58.39%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal51781810.720.5700.29227.5456.0345.49
Hex334EB5483901De4382d
Octal63116265110710353447055
Binary110011100111010110101100100011100101110111100100111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334EB5; }

 p { color: rgb(51,78,181); }

 H1.HeaderClassName
 {
   color: #334EB5;
 }
 .AnyTagClassName
 {
   color: #334EB5;
 }
</style>
background-color css

<style>
 a { background-color: #334EB5; }

 a { background-color: rgb(51,78,181); }

 div.DivClassName
 {
   background-color: #334EB5;
 }
 .BgClassName
 {
   background-color: #334EB5;
 }
</style>
border-color css

<style>
 span { border-color: #334EB5; }

 span { border-color: rgb(51,78,181); }

 td.TdClassName
 {
   border-color: #334EB5;
 }
 .TagClassName
 {
   border-color: #334EB5;
 }
</style>