#354EAA

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

Shades of Cerulean Blue #354EAA

Tints of Cerulean Blue #354EAA

Color information

#354EAA (or 0x354EAA) is unknown color: approx Cerulean Blue. HEX triplet: 35, 4E and AA. RGB value is (53,78,170). Sum of RGB (Red+Green+Blue) = 53+78+170=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 78 (30.86% from 255 or 25.91% from 301); Blue value is 170 (66.80% from 255 or 56.48% from 301); Max value from RGB is 170 - color contains mainly: blue. Hex color #354EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #354EAA is #CAB155. Grayscale: #505050. Windows color (decimal): -13283670 or 11161141. OLE color: 11161141.

HSL color Cylindrical-coordinate representation of color #354EAA: hue angle of 227.18º 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 #354EAA is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5378170-
CMYK0.690.5400.33
HSL227.18º52.47%43.73%-
HSV(B)227.18º68.82%66.67%-
XYZ11.459.1139.18-
YUV81.01178.22108.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.61%
GREEN value IS 78 (30.86% from 255) = 25.91%
BLUE value IS 170 (66.80% from 255) = 56.48%
R=17.61%
G=25.91%
B=56.48%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal53781700.690.5400.33227.1852.4743.73
Hex354EAA4536021e3342c
Octal65116252105660413436454
Binary1101011001110101010101000101110110010000111100011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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