#3246A4

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

Shades of Cerulean Blue #3246A4

Tints of Cerulean Blue #3246A4

Color information

#3246A4 (or 0x3246A4) is unknown color: approx Cerulean Blue. HEX triplet: 32, 46 and A4. RGB value is (50,70,164). Sum of RGB (Red+Green+Blue) = 50+70+164=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 164 (64.45% from 255 or 57.75% from 284); Max value from RGB is 164 - color contains mainly: blue. Hex color #3246A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3246A4 is #CDB95B. Grayscale: #4A4A4A. Windows color (decimal): -13482332 or 10765874. OLE color: 10765874.

HSL color Cylindrical-coordinate representation of color #3246A4: hue angle of 229.47º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3246A4 is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5070164-
CMYK0.700.5700.36
HSL229.47º53.27%41.96%-
HSV(B)229.47º69.51%64.31%-
XYZ10.217.7436.08-
YUV74.74178.37110.36-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.61%
GREEN value IS 70 (27.73% from 255) = 24.65%
BLUE value IS 164 (64.45% from 255) = 57.75%
R=17.61%
G=24.65%
B=57.75%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal50701640.700.5700.36229.4753.2741.96
Hex3246A44639024e5352a
Octal62106244106710443456552
Binary1100101000110101001001000110111001010010011100101110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3246A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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