#3246BA

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

Shades of Cerulean Blue #3246BA

Tints of Cerulean Blue #3246BA

Color information

#3246BA (or 0x3246BA) is unknown color: approx Cerulean Blue. HEX triplet: 32, 46 and BA. RGB value is (50,70,186). Sum of RGB (Red+Green+Blue) = 50+70+186=306 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.34% from 306); Green value is 70 (27.73% from 255 or 22.88% from 306); Blue value is 186 (73.05% from 255 or 60.78% from 306); Max value from RGB is 186 - color contains mainly: blue. Hex color #3246BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3246BA is #CDB945. Grayscale: #4C4C4C. Windows color (decimal): -13482310 or 12207666. OLE color: 12207666.

HSL color Cylindrical-coordinate representation of color #3246BA: hue angle of 231.18º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3246BA is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5070186-
CMYK0.730.6200.27
HSL231.18º57.63%46.27%-
HSV(B)231.18º73.12%72.94%-
XYZ12.378.647.46-
YUV77.24189.37108.57-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.34%
GREEN value IS 70 (27.73% from 255) = 22.88%
BLUE value IS 186 (73.05% from 255) = 60.78%
R=16.34%
G=22.88%
B=60.78%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal50701860.730.6200.27231.1857.6346.27
Hex3246BA493E01Be73a2e
Octal62106272111760333477256
Binary110010100011010111010100100111111001101111100111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3246BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,70,186); }

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

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

 a { background-color: rgb(50,70,186); }

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

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

 span { border-color: rgb(50,70,186); }

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