#354AA8

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

Shades of Cerulean Blue #354AA8

Tints of Cerulean Blue #354AA8

Color information

#354AA8 (or 0x354AA8) is unknown color: approx Cerulean Blue. HEX triplet: 35, 4A and A8. RGB value is (53,74,168). Sum of RGB (Red+Green+Blue) = 53+74+168=295 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.97% from 295); Green value is 74 (29.30% from 255 or 25.08% from 295); Blue value is 168 (66.02% from 255 or 56.95% from 295); Max value from RGB is 168 - color contains mainly: blue. Hex color #354AA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354AA8 is #CAB557. Grayscale: #4E4E4E. Windows color (decimal): -13284696 or 11029045. OLE color: 11029045.

HSL color Cylindrical-coordinate representation of color #354AA8: hue angle of 229.04º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #354AA8 is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB5374168-
CMYK0.680.5600.34
HSL229.04º52.04%43.33%-
HSV(B)229.04º68.45%65.88%-
XYZ10.988.4838.1-
YUV78.44178.54109.86-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.97%
GREEN value IS 74 (29.30% from 255) = 25.08%
BLUE value IS 168 (66.02% from 255) = 56.95%
R=17.97%
G=25.08%
B=56.95%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal53741680.680.5600.34229.0452.0443.33
Hex354AA84438022e5342b
Octal65112250104700423456453
Binary1101011001010101010001000100111000010001011100101110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354AA8; }

 p { color: rgb(53,74,168); }

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

<style>
 a { background-color: #354AA8; }

 a { background-color: rgb(53,74,168); }

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

<style>
 span { border-color: #354AA8; }

 span { border-color: rgb(53,74,168); }

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