#3553C3

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

Shades of Cerulean Blue #3553C3

Tints of Cerulean Blue #3553C3

Color information

#3553C3 (or 0x3553C3) is unknown color: approx Cerulean Blue. HEX triplet: 35, 53 and C3. RGB value is (53,83,195). Sum of RGB (Red+Green+Blue) = 53+83+195=331 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.01% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 195 (76.56% from 255 or 58.91% from 331); Max value from RGB is 195 - color contains mainly: blue. Hex color #3553C3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3553C3 is #CAAC3C. Grayscale: #565656. Windows color (decimal): -13282365 or 12800821. OLE color: 12800821.

HSL color Cylindrical-coordinate representation of color #3553C3: hue angle of 227.32º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3553C3 is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5383195-
CMYK0.730.5700.24
HSL227.32º57.26%48.63%-
HSV(B)227.32º72.82%76.47%-
XYZ14.4110.8852.97-
YUV86.8189.06103.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.01%
GREEN value IS 83 (32.81% from 255) = 25.08%
BLUE value IS 195 (76.56% from 255) = 58.91%
R=16.01%
G=25.08%
B=58.91%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal53831950.730.5700.24227.3257.2648.63
Hex3553C34939018e33931
Octal65123303111710303437161
Binary110101101001111000011100100111100101100011100011111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3553C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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