#354DB8

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

Shades of Cerulean Blue #354DB8

Tints of Cerulean Blue #354DB8

Color information

#354DB8 (or 0x354DB8) is unknown color: approx Cerulean Blue. HEX triplet: 35, 4D and B8. RGB value is (53,77,184). Sum of RGB (Red+Green+Blue) = 53+77+184=314 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.88% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 184 (72.27% from 255 or 58.60% from 314); Max value from RGB is 184 - color contains mainly: blue. Hex color #354DB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #354DB8 is #CAB247. Grayscale: #515151. Windows color (decimal): -13283912 or 12078389. OLE color: 12078389.

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

Color convert

RGB5377184-
CMYK0.710.5800.28
HSL229.01º55.27%46.47%-
HSV(B)229.01º71.2%72.16%-
XYZ12.779.5346.51-
YUV82.02185.55107.3-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.88%
GREEN value IS 77 (30.47% from 255) = 24.52%
BLUE value IS 184 (72.27% from 255) = 58.60%
R=16.88%
G=24.52%
B=58.60%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal53771840.710.5800.28229.0155.2746.47
Hex354DB8473A01Ce5372e
Octal65115270107720343456756
Binary110101100110110111000100011111101001110011100101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,77,184); }

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

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

 a { background-color: rgb(53,77,184); }

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

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

 span { border-color: rgb(53,77,184); }

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