#354AAE

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

Shades of Cerulean Blue #354AAE

Tints of Cerulean Blue #354AAE

Color information

#354AAE (or 0x354AAE) is unknown color: approx Cerulean Blue. HEX triplet: 35, 4A and AE. RGB value is (53,74,174). Sum of RGB (Red+Green+Blue) = 53+74+174=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 74 (29.30% from 255 or 24.58% from 301); Blue value is 174 (68.36% from 255 or 57.81% from 301); Max value from RGB is 174 - color contains mainly: blue. Hex color #354AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354AAE is #CAB551. Grayscale: #4E4E4E. Windows color (decimal): -13284690 or 11422261. OLE color: 11422261.

HSL color Cylindrical-coordinate representation of color #354AAE: hue angle of 229.59º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #354AAE is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5374174-
CMYK0.700.5700.32
HSL229.59º53.3%44.51%-
HSV(B)229.59º69.54%68.24%-
XYZ11.568.7141.12-
YUV79.12181.54109.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.61%
GREEN value IS 74 (29.30% from 255) = 24.58%
BLUE value IS 174 (68.36% from 255) = 57.81%
R=17.61%
G=24.58%
B=57.81%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal53741740.700.5700.32229.5953.344.51
Hex354AAE4639020e6352d
Octal65112256106710403466555
Binary1101011001010101011101000110111001010000011100110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,74,174); }

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

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

 a { background-color: rgb(53,74,174); }

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

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

 span { border-color: rgb(53,74,174); }

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