#334AB4

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

Shades of Cerulean Blue #334AB4

Tints of Cerulean Blue #334AB4

Color information

#334AB4 (or 0x334AB4) is unknown color: approx Cerulean Blue. HEX triplet: 33, 4A and B4. RGB value is (51,74,180). Sum of RGB (Red+Green+Blue) = 51+74+180=305 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.72% from 305); Green value is 74 (29.30% from 255 or 24.26% from 305); Blue value is 180 (70.70% from 255 or 59.02% from 305); Max value from RGB is 180 - color contains mainly: blue. Hex color #334AB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #334AB4 is #CCB54B. Grayscale: #4E4E4E. Windows color (decimal): -13415756 or 11815475. OLE color: 11815475.

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

Color convert

RGB5174180-
CMYK0.720.5900.29
HSL229.3º55.84%45.29%-
HSV(B)229.3º71.67%70.59%-
XYZ12.058.944.26-
YUV79.21184.88107.88-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.72%
GREEN value IS 74 (29.30% from 255) = 24.26%
BLUE value IS 180 (70.70% from 255) = 59.02%
R=16.72%
G=24.26%
B=59.02%

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
Decimal51741800.720.5900.29229.355.8445.29
Hex334AB4483B01De5382d
Octal63112264110730353457055
Binary110011100101010110100100100011101101110111100101111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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