#3549BA

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

Shades of Cerulean Blue #3549BA

Tints of Cerulean Blue #3549BA

Color information

#3549BA (or 0x3549BA) is unknown color: approx Cerulean Blue. HEX triplet: 35, 49 and BA. RGB value is (53,73,186). Sum of RGB (Red+Green+Blue) = 53+73+186=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 186 (73.05% from 255 or 59.62% from 312); Max value from RGB is 186 - color contains mainly: blue. Hex color #3549BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3549BA is #CAB645. Grayscale: #4F4F4F. Windows color (decimal): -13284934 or 12208437. OLE color: 12208437.

HSL color Cylindrical-coordinate representation of color #3549BA: hue angle of 230.98º 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 #3549BA is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5373186-
CMYK0.720.6100.27
HSL230.98º55.65%46.86%-
HSV(B)230.98º71.51%72.94%-
XYZ12.719.0747.53-
YUV79.9187.87108.81-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.99%
GREEN value IS 73 (28.91% from 255) = 23.40%
BLUE value IS 186 (73.05% from 255) = 59.62%
R=16.99%
G=23.40%
B=59.62%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal53731860.720.6100.27230.9855.6546.86
Hex3549BA483D01Be7382f
Octal65111272110750333477057
Binary110101100100110111010100100011110101101111100111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3549BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3549BA; }

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

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

<style>
 a { background-color: #3549BA; }

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

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

<style>
 span { border-color: #3549BA; }

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

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