#3553AD

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

Shades of Cerulean Blue #3553AD

Tints of Cerulean Blue #3553AD

Color information

#3553AD (or 0x3553AD) is unknown color: approx Cerulean Blue. HEX triplet: 35, 53 and AD. RGB value is (53,83,173). Sum of RGB (Red+Green+Blue) = 53+83+173=309 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.15% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 173 (67.97% from 255 or 55.99% from 309); Max value from RGB is 173 - color contains mainly: blue. Hex color #3553AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3553AD is #CAAC52. Grayscale: #535353. Windows color (decimal): -13282387 or 11359029. OLE color: 11359029.

HSL color Cylindrical-coordinate representation of color #3553AD: hue angle of 225º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3553AD is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5383173-
CMYK0.690.5200.32
HSL225º53.1%44.31%-
HSV(B)225º69.36%67.84%-
XYZ12.19.9640.82-
YUV84.29178.06105.68-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.15%
GREEN value IS 83 (32.81% from 255) = 26.86%
BLUE value IS 173 (67.97% from 255) = 55.99%
R=17.15%
G=26.86%
B=55.99%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal53831730.690.5200.3222553.144.31
Hex3553AD4534020e1352c
Octal65123255105640403416554
Binary1101011010011101011011000101110100010000011100001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3553AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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