#334AB5

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

Shades of Cerulean Blue #334AB5

Tints of Cerulean Blue #334AB5

Color information

#334AB5 (or 0x334AB5) is unknown color: approx Cerulean Blue. HEX triplet: 33, 4A and B5. RGB value is (51,74,181). Sum of RGB (Red+Green+Blue) = 51+74+181=306 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.67% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 181 (71.09% from 255 or 59.15% from 306); Max value from RGB is 181 - color contains mainly: blue. Hex color #334AB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #334AB5 is #CCB54A. Grayscale: #4E4E4E. Windows color (decimal): -13415755 or 11881011. OLE color: 11881011.

HSL color Cylindrical-coordinate representation of color #334AB5: hue angle of 229.38º 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 #334AB5 is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5174181-
CMYK0.720.5900.29
HSL229.38º56.03%45.49%-
HSV(B)229.38º71.82%70.98%-
XYZ12.158.9444.8-
YUV79.32185.38107.8-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.67%
GREEN value IS 74 (29.30% from 255) = 24.18%
BLUE value IS 181 (71.09% from 255) = 59.15%
R=16.67%
G=24.18%
B=59.15%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal51741810.720.5900.29229.3856.0345.49
Hex334AB5483B01De5382d
Octal63112265110730353457055
Binary110011100101010110101100100011101101110111100101111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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