#3550C0

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

Shades of Cerulean Blue #3550C0

Tints of Cerulean Blue #3550C0

Color information

#3550C0 (or 0x3550C0) is unknown color: approx Cerulean Blue. HEX triplet: 35, 50 and C0. RGB value is (53,80,192). Sum of RGB (Red+Green+Blue) = 53+80+192=325 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.31% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 192 (75.39% from 255 or 59.08% from 325); Max value from RGB is 192 - color contains mainly: blue. Hex color #3550C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3550C0 is #CAAF3F. Grayscale: #545454. Windows color (decimal): -13283136 or 12603445. OLE color: 12603445.

HSL color Cylindrical-coordinate representation of color #3550C0: hue angle of 228.35º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3550C0 is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5380192-
CMYK0.720.5800.25
HSL228.35º56.73%48.04%-
HSV(B)228.35º72.4%75.29%-
XYZ13.8510.351.13-
YUV84.7188.55105.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.31%
GREEN value IS 80 (31.64% from 255) = 24.62%
BLUE value IS 192 (75.39% from 255) = 59.08%
R=16.31%
G=24.62%
B=59.08%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal53801920.720.5800.25228.3556.7348.04
Hex3550C0483A019e43930
Octal65120300110720313447160
Binary110101101000011000000100100011101001100111100100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3550C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3550C0; }

 p { color: rgb(53,80,192); }

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

<style>
 a { background-color: #3550C0; }

 a { background-color: rgb(53,80,192); }

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

<style>
 span { border-color: #3550C0; }

 span { border-color: rgb(53,80,192); }

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