#354BAE

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

Shades of Cerulean Blue #354BAE

Tints of Cerulean Blue #354BAE

Color information

#354BAE (or 0x354BAE) is unknown color: approx Cerulean Blue. HEX triplet: 35, 4B and AE. RGB value is (53,75,174). Sum of RGB (Red+Green+Blue) = 53+75+174=302 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.55% from 302); Green value is 75 (29.69% from 255 or 24.83% from 302); Blue value is 174 (68.36% from 255 or 57.62% from 302); Max value from RGB is 174 - color contains mainly: blue. Hex color #354BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #354BAE is #CAB451. Grayscale: #4F4F4F. Windows color (decimal): -13284434 or 11422517. OLE color: 11422517.

HSL color Cylindrical-coordinate representation of color #354BAE: hue angle of 229.09º 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 #354BAE is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5375174-
CMYK0.700.5700.32
HSL229.09º53.3%44.51%-
HSV(B)229.09º69.54%68.24%-
XYZ11.628.8541.14-
YUV79.71181.21108.95-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.55%
GREEN value IS 75 (29.69% from 255) = 24.83%
BLUE value IS 174 (68.36% from 255) = 57.62%
R=17.55%
G=24.83%
B=57.62%

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
Decimal53751740.700.5700.32229.0953.344.51
Hex354BAE4639020e5352d
Octal65113256106710403456555
Binary1101011001011101011101000110111001010000011100101110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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