#3549b2

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

Shades of Cerulean Blue #3549B2

Tints of Cerulean Blue #3549B2

Color information

#3549B2 (or 0x3549B2) is unknown color: approx Cerulean Blue. HEX triplet: 35, 49 and B2. RGB value is (53,73,178). Sum of RGB (Red+Green+Blue) = 53+73+178=304 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.43% from 304); Green value is 73 (28.91% from 255 or 24.01% from 304); Blue value is 178 (69.92% from 255 or 58.55% from 304); Max value from RGB is 178 - color contains mainly: blue. Hex color #3549B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3549B2 is #CAB64D. Grayscale: #4E4E4E. Windows color (decimal): -13284942 or 11684149. OLE color: 11684149.

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

Color convert

RGB5373178-
CMYK0.700.5900.30
HSL230.4º54.11%45.29%-
HSV(B)230.4º70.22%69.8%-
XYZ11.898.7443.18-
YUV78.99183.87109.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.43%
GREEN value IS 73 (28.91% from 255) = 24.01%
BLUE value IS 178 (69.92% from 255) = 58.55%
R=17.43%
G=24.01%
B=58.55%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal53731780.700.5900.30230.454.1145.29
Hex3549B2463B01Ee6362d
Octal65111262106730363466655
Binary110101100100110110010100011011101101111011100110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3549b2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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