#3553AE

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

Shades of Cerulean Blue #3553AE

Tints of Cerulean Blue #3553AE

Color information

#3553AE (or 0x3553AE) is unknown color: approx Cerulean Blue. HEX triplet: 35, 53 and AE. RGB value is (53,83,174). Sum of RGB (Red+Green+Blue) = 53+83+174=310 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.10% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 174 (68.36% from 255 or 56.13% from 310); Max value from RGB is 174 - color contains mainly: blue. Hex color #3553AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3553AE is #CAAC51. Grayscale: #545454. Windows color (decimal): -13282386 or 11424565. OLE color: 11424565.

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

Color convert

RGB5383174-
CMYK0.700.5200.32
HSL225.12º53.3%44.51%-
HSV(B)225.12º69.54%68.24%-
XYZ12.21041.33-
YUV84.4178.56105.6-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.10%
GREEN value IS 83 (32.81% from 255) = 26.77%
BLUE value IS 174 (68.36% from 255) = 56.13%
R=17.10%
G=26.77%
B=56.13%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal53831740.700.5200.32225.1253.344.51
Hex3553AE4634020e1352d
Octal65123256106640403416555
Binary1101011010011101011101000110110100010000011100001110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3553AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3553AE; }

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

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

<style>
 a { background-color: #3553AE; }

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

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

<style>
 span { border-color: #3553AE; }

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

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