#354EAB

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

Shades of Cerulean Blue #354EAB

Tints of Cerulean Blue #354EAB

Color information

#354EAB (or 0x354EAB) is unknown color: approx Cerulean Blue. HEX triplet: 35, 4E and AB. RGB value is (53,78,171). Sum of RGB (Red+Green+Blue) = 53+78+171=302 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.55% from 302); Green value is 78 (30.86% from 255 or 25.83% from 302); Blue value is 171 (67.19% from 255 or 56.62% from 302); Max value from RGB is 171 - color contains mainly: blue. Hex color #354EAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #354EAB is #CAB154. Grayscale: #505050. Windows color (decimal): -13283669 or 11226677. OLE color: 11226677.

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

Color convert

RGB5378171-
CMYK0.690.5400.33
HSL227.29º52.68%43.92%-
HSV(B)227.29º69.01%67.06%-
XYZ11.549.1539.69-
YUV81.13178.72107.94-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.55%
GREEN value IS 78 (30.86% from 255) = 25.83%
BLUE value IS 171 (67.19% from 255) = 56.62%
R=17.55%
G=25.83%
B=56.62%

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
Decimal53781710.690.5400.33227.2952.6843.92
Hex354EAB4536021e3352c
Octal65116253105660413436554
Binary1101011001110101010111000101110110010000111100011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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