#3550AF

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

Shades of Cerulean Blue #3550AF

Tints of Cerulean Blue #3550AF

Color information

#3550AF (or 0x3550AF) is unknown color: approx Cerulean Blue. HEX triplet: 35, 50 and AF. RGB value is (53,80,175). Sum of RGB (Red+Green+Blue) = 53+80+175=308 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.21% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 175 (68.75% from 255 or 56.82% from 308); Max value from RGB is 175 - color contains mainly: blue. Hex color #3550AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3550AF is #CAAF50. Grayscale: #525252. Windows color (decimal): -13283153 or 11489333. OLE color: 11489333.

HSL color Cylindrical-coordinate representation of color #3550AF: hue angle of 226.72º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3550AF is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5380175-
CMYK0.700.5400.31
HSL226.72º53.51%44.71%-
HSV(B)226.72º69.71%68.63%-
XYZ12.079.5941.77-
YUV82.76180.05106.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.21%
GREEN value IS 80 (31.64% from 255) = 25.97%
BLUE value IS 175 (68.75% from 255) = 56.82%
R=17.21%
G=25.97%
B=56.82%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal53801750.700.5400.31226.7253.5144.71
Hex3550AF463601Fe3362d
Octal65120257106660373436655
Binary110101101000010101111100011011011001111111100011110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3550AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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