#354DAA

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

Shades of Cerulean Blue #354DAA

Tints of Cerulean Blue #354DAA

Color information

#354DAA (or 0x354DAA) is unknown color: approx Cerulean Blue. HEX triplet: 35, 4D and AA. RGB value is (53,77,170). Sum of RGB (Red+Green+Blue) = 53+77+170=300 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.67% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #354DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #354DAA is #CAB255. Grayscale: #505050. Windows color (decimal): -13283926 or 11160885. OLE color: 11160885.

HSL color Cylindrical-coordinate representation of color #354DAA: hue angle of 227.69º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #354DAA is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5377170-
CMYK0.690.5500.33
HSL227.69º52.47%43.73%-
HSV(B)227.69º68.82%66.67%-
XYZ11.388.9739.16-
YUV80.43178.55108.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.67%
GREEN value IS 77 (30.47% from 255) = 25.67%
BLUE value IS 170 (66.80% from 255) = 56.67%
R=17.67%
G=25.67%
B=56.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal53771700.690.5500.33227.6952.4743.73
Hex354DAA4537021e4342c
Octal65115252105670413446454
Binary1101011001101101010101000101110111010000111100100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,77,170); }

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

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

 a { background-color: rgb(53,77,170); }

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

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

 span { border-color: rgb(53,77,170); }

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