#3550ba

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

Shades of Cerulean Blue #3550BA

Tints of Cerulean Blue #3550BA

Color information

#3550BA (or 0x3550BA) is unknown color: approx Cerulean Blue. HEX triplet: 35, 50 and BA. RGB value is (53,80,186). Sum of RGB (Red+Green+Blue) = 53+80+186=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 186 (73.05% from 255 or 58.31% from 319); Max value from RGB is 186 - color contains mainly: blue. Hex color #3550BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3550BA is #CAAF45. Grayscale: #535353. Windows color (decimal): -13283142 or 12210229. OLE color: 12210229.

HSL color Cylindrical-coordinate representation of color #3550BA: hue angle of 227.82º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3550BA is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5380186-
CMYK0.720.5700.27
HSL227.82º55.65%46.86%-
HSV(B)227.82º71.51%72.94%-
XYZ13.210.0447.7-
YUV84.01185.55105.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.61%
GREEN value IS 80 (31.64% from 255) = 25.08%
BLUE value IS 186 (73.05% from 255) = 58.31%
R=16.61%
G=25.08%
B=58.31%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal53801860.720.5700.27227.8255.6546.86
Hex3550BA483901Be4382f
Octal65120272110710333447057
Binary110101101000010111010100100011100101101111100100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3550ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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