#354EAC

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

Shades of Cerulean Blue #354EAC

Tints of Cerulean Blue #354EAC

Color information

#354EAC (or 0x354EAC) is unknown color: approx Cerulean Blue. HEX triplet: 35, 4E and AC. RGB value is (53,78,172). Sum of RGB (Red+Green+Blue) = 53+78+172=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 78 (30.86% from 255 or 25.74% from 303); Blue value is 172 (67.58% from 255 or 56.77% from 303); Max value from RGB is 172 - color contains mainly: blue. Hex color #354EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #354EAC is #CAB153. Grayscale: #505050. Windows color (decimal): -13283668 or 11292213. OLE color: 11292213.

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

Color convert

RGB5378172-
CMYK0.690.5500.33
HSL227.39º52.89%44.12%-
HSV(B)227.39º69.19%67.45%-
XYZ11.649.1840.19-
YUV81.24179.22107.86-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.49%
GREEN value IS 78 (30.86% from 255) = 25.74%
BLUE value IS 172 (67.58% from 255) = 56.77%
R=17.49%
G=25.74%
B=56.77%

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
Decimal53781720.690.5500.33227.3952.8944.12
Hex354EAC4537021e3352c
Octal65116254105670413436554
Binary1101011001110101011001000101110111010000111100011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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