#3544AC

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

Shades of Cerulean Blue #3544AC

Tints of Cerulean Blue #3544AC

Color information

#3544AC (or 0x3544AC) is unknown color: approx Cerulean Blue. HEX triplet: 35, 44 and AC. RGB value is (53,68,172). Sum of RGB (Red+Green+Blue) = 53+68+172=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 172 (67.58% from 255 or 58.70% from 293); Max value from RGB is 172 - color contains mainly: blue. Hex color #3544AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3544AC is #CABB53. Grayscale: #4A4A4A. Windows color (decimal): -13286228 or 11289653. OLE color: 11289653.

HSL color Cylindrical-coordinate representation of color #3544AC: hue angle of 232.44º 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 #3544AC is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5368172-
CMYK0.690.6000.33
HSL232.44º52.89%44.12%-
HSV(B)232.44º69.19%67.45%-
XYZ10.987.8739.97-
YUV75.37182.53112.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.09%
GREEN value IS 68 (26.95% from 255) = 23.21%
BLUE value IS 172 (67.58% from 255) = 58.70%
R=18.09%
G=23.21%
B=58.70%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal53681720.690.6000.33232.4452.8944.12
Hex3544AC453C021e8352c
Octal65104254105740413506554
Binary1101011000100101011001000101111100010000111101000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3544AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3544AC; }

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

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

<style>
 a { background-color: #3544AC; }

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

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

<style>
 span { border-color: #3544AC; }

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

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