#354FA8

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

Shades of Cerulean Blue #354FA8

Tints of Cerulean Blue #354FA8

Color information

#354FA8 (or 0x354FA8) is unknown color: approx Cerulean Blue. HEX triplet: 35, 4F and A8. RGB value is (53,79,168). Sum of RGB (Red+Green+Blue) = 53+79+168=300 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.67% from 300); Green value is 79 (31.25% from 255 or 26.33% from 300); Blue value is 168 (66.02% from 255 or 56% from 300); Max value from RGB is 168 - color contains mainly: blue. Hex color #354FA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #354FA8 is #CAB057. Grayscale: #505050. Windows color (decimal): -13283416 or 11030325. OLE color: 11030325.

HSL color Cylindrical-coordinate representation of color #354FA8: hue angle of 226.43º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #354FA8 is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB5379168-
CMYK0.680.5300.34
HSL226.43º52.04%43.33%-
HSV(B)226.43º68.45%65.88%-
XYZ11.339.1838.22-
YUV81.37176.89107.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.67%
GREEN value IS 79 (31.25% from 255) = 26.33%
BLUE value IS 168 (66.02% from 255) = 56%
R=17.67%
G=26.33%
B=56%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal53791680.680.5300.34226.4352.0443.33
Hex354FA84435022e2342b
Octal65117250104650423426453
Binary1101011001111101010001000100110101010001011100010110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,79,168); }

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

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

 a { background-color: rgb(53,79,168); }

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

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

 span { border-color: rgb(53,79,168); }

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