#354EB5

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

Shades of Cerulean Blue #354EB5

Tints of Cerulean Blue #354EB5

Color information

#354EB5 (or 0x354EB5) is unknown color: approx Cerulean Blue. HEX triplet: 35, 4E and B5. RGB value is (53,78,181). Sum of RGB (Red+Green+Blue) = 53+78+181=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 78 (30.86% from 255 or 25% from 312); Blue value is 181 (71.09% from 255 or 58.01% from 312); Max value from RGB is 181 - color contains mainly: blue. Hex color #354EB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #354EB5 is #CAB14A. Grayscale: #515151. Windows color (decimal): -13283659 or 11882037. OLE color: 11882037.

HSL color Cylindrical-coordinate representation of color #354EB5: hue angle of 228.28º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #354EB5 is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5378181-
CMYK0.710.5700.29
HSL228.28º54.7%45.88%-
HSV(B)228.28º70.72%70.98%-
XYZ12.539.5444.9-
YUV82.27183.72107.12-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.99%
GREEN value IS 78 (30.86% from 255) = 25%
BLUE value IS 181 (71.09% from 255) = 58.01%
R=16.99%
G=25%
B=58.01%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal53781810.710.5700.29228.2854.745.88
Hex354EB5473901De4372e
Octal65116265107710353446756
Binary110101100111010110101100011111100101110111100100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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