#3249c1

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

Shades of Cerulean Blue #3249C1

Tints of Cerulean Blue #3249C1

Color information

#3249C1 (or 0x3249C1) is unknown color: approx Cerulean Blue. HEX triplet: 32, 49 and C1. RGB value is (50,73,193). Sum of RGB (Red+Green+Blue) = 50+73+193=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 193 (75.78% from 255 or 61.08% from 316); Max value from RGB is 193 - color contains mainly: blue. Hex color #3249C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3249C1 is #CDB63E. Grayscale: #4F4F4F. Windows color (decimal): -13481535 or 12667186. OLE color: 12667186.

HSL color Cylindrical-coordinate representation of color #3249C1: hue angle of 230.35º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3249C1 is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5073193-
CMYK0.740.6200.24
HSL230.35º58.85%47.65%-
HSV(B)230.35º74.09%75.69%-
XYZ13.329.2951.54-
YUV79.8191.88106.74-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.82%
GREEN value IS 73 (28.91% from 255) = 23.10%
BLUE value IS 193 (75.78% from 255) = 61.08%
R=15.82%
G=23.10%
B=61.08%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal50731930.740.6200.24230.3558.8547.65
Hex3249C14A3E018e63b30
Octal62111301112760303467360
Binary110010100100111000001100101011111001100011100110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3249c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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