#3550ac

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

Shades of Cerulean Blue #3550AC

Tints of Cerulean Blue #3550AC

Color information

#3550AC (or 0x3550AC) is unknown color: approx Cerulean Blue. HEX triplet: 35, 50 and AC. RGB value is (53,80,172). Sum of RGB (Red+Green+Blue) = 53+80+172=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 172 (67.58% from 255 or 56.39% from 305); Max value from RGB is 172 - color contains mainly: blue. Hex color #3550AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3550AC is #CAAF53. Grayscale: #525252. Windows color (decimal): -13283156 or 11292725. OLE color: 11292725.

HSL color Cylindrical-coordinate representation of color #3550AC: hue angle of 226.39º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3550AC is Cyan = 0.69, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5380172-
CMYK0.690.5300.33
HSL226.39º52.89%44.12%-
HSV(B)226.39º69.19%67.45%-
XYZ11.789.4740.24-
YUV82.42178.55107.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.38%
GREEN value IS 80 (31.64% from 255) = 26.23%
BLUE value IS 172 (67.58% from 255) = 56.39%
R=17.38%
G=26.23%
B=56.39%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal53801720.690.5300.33226.3952.8944.12
Hex3550AC4535021e2352c
Octal65120254105650413426554
Binary1101011010000101011001000101110101010000111100010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3550ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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