#354EB2

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

Shades of Cerulean Blue #354EB2

Tints of Cerulean Blue #354EB2

Color information

#354EB2 (or 0x354EB2) is unknown color: approx Cerulean Blue. HEX triplet: 35, 4E and B2. RGB value is (53,78,178). Sum of RGB (Red+Green+Blue) = 53+78+178=309 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.15% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 178 (69.92% from 255 or 57.61% from 309); Max value from RGB is 178 - color contains mainly: blue. Hex color #354EB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #354EB2 is #CAB14D. Grayscale: #515151. Windows color (decimal): -13283662 or 11685429. OLE color: 11685429.

HSL color Cylindrical-coordinate representation of color #354EB2: hue angle of 228º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #354EB2 is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB5378178-
CMYK0.700.5600.30
HSL228º54.11%45.29%-
HSV(B)228º70.22%69.8%-
XYZ12.239.4243.29-
YUV81.92182.22107.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.15%
GREEN value IS 78 (30.86% from 255) = 25.24%
BLUE value IS 178 (69.92% from 255) = 57.61%
R=17.15%
G=25.24%
B=57.61%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal53781780.700.5600.3022854.1145.29
Hex354EB2463801Ee4362d
Octal65116262106700363446655
Binary110101100111010110010100011011100001111011100100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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