#3246C3

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

Shades of Cerulean Blue #3246C3

Tints of Cerulean Blue #3246C3

Color information

#3246C3 (or 0x3246C3) is unknown color: approx Cerulean Blue. HEX triplet: 32, 46 and C3. RGB value is (50,70,195). Sum of RGB (Red+Green+Blue) = 50+70+195=315 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.87% from 315); Green value is 70 (27.73% from 255 or 22.22% from 315); Blue value is 195 (76.56% from 255 or 61.90% from 315); Max value from RGB is 195 - color contains mainly: blue. Hex color #3246C3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3246C3 is #CDB93C. Grayscale: #4D4D4D. Windows color (decimal): -13482301 or 12797490. OLE color: 12797490.

HSL color Cylindrical-coordinate representation of color #3246C3: hue angle of 231.72º 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 #3246C3 is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5070195-
CMYK0.740.6400.24
HSL231.72º59.18%48.04%-
HSV(B)231.72º74.36%76.47%-
XYZ13.36952.66-
YUV78.27193.87107.84-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.87%
GREEN value IS 70 (27.73% from 255) = 22.22%
BLUE value IS 195 (76.56% from 255) = 61.90%
R=15.87%
G=22.22%
B=61.90%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal50701950.740.6400.24231.7259.1848.04
Hex3246C34A40018e83b30
Octal621063031121000303507360
Binary1100101000110110000111001010100000001100011101000111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3246C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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