#3249ad

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

Shades of Cerulean Blue #3249AD

Tints of Cerulean Blue #3249AD

Color information

#3249AD (or 0x3249AD) is unknown color: approx Cerulean Blue. HEX triplet: 32, 49 and AD. RGB value is (50,73,173). Sum of RGB (Red+Green+Blue) = 50+73+173=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 173 (67.97% from 255 or 58.45% from 296); Max value from RGB is 173 - color contains mainly: blue. Hex color #3249AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3249AD is #CDB652. Grayscale: #4D4D4D. Windows color (decimal): -13481555 or 11356466. OLE color: 11356466.

HSL color Cylindrical-coordinate representation of color #3249AD: hue angle of 228.78º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3249AD is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5073173-
CMYK0.710.5800.32
HSL228.78º55.16%43.73%-
HSV(B)228.78º71.1%67.84%-
XYZ11.248.4640.58-
YUV77.52181.88108.37-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.89%
GREEN value IS 73 (28.91% from 255) = 24.66%
BLUE value IS 173 (67.97% from 255) = 58.45%
R=16.89%
G=24.66%
B=58.45%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal50731730.710.5800.32228.7855.1643.73
Hex3249AD473A020e5372c
Octal62111255107720403456754
Binary1100101001001101011011000111111010010000011100101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3249ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3249ad; }

 p { color: rgb(50,73,173); }

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

<style>
 a { background-color: #3249ad; }

 a { background-color: rgb(50,73,173); }

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

<style>
 span { border-color: #3249ad; }

 span { border-color: rgb(50,73,173); }

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