#3204CB

Color #3204CB Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #3204CB

Tints of Medium Blue #3204CB

Color information

#3204CB (or 0x3204CB) is unknown color: approx Medium Blue. HEX triplet: 32, 04 and CB. RGB value is (50,4,203). Sum of RGB (Red+Green+Blue) = 50+4+203=257 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.46% from 257); Green value is 4 (1.95% from 255 or 1.56% from 257); Blue value is 203 (79.69% from 255 or 78.99% from 257); Max value from RGB is 203 - color contains mainly: blue. Hex color #3204CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3204CB is #CDFB34. Grayscale: #272727. Windows color (decimal): -13499189 or 13304882. OLE color: 13304882.

HSL color Cylindrical-coordinate representation of color #3204CB: hue angle of 253.87º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3204CB is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB504203-
CMYK0.750.9800.20
HSL253.87º96.14%40.59%-
HSV(B)253.87º98.03%79.61%-
XYZ12.145.0856.84-
YUV40.44219.74134.82-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.46%
GREEN value IS 4 (1.95% from 255) = 1.56%
BLUE value IS 203 (79.69% from 255) = 78.99%
R=19.46%
G=1.56%
B=78.99%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal5042030.750.9800.20253.8796.1440.59
Hex324CB4B62014fe6029
Octal62431311314202437614051
Binary1100101001100101110010111100010010100111111101100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3204CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3204CB; }

 p { color: rgb(50,4,203); }

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

<style>
 a { background-color: #3204CB; }

 a { background-color: rgb(50,4,203); }

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

<style>
 span { border-color: #3204CB; }

 span { border-color: rgb(50,4,203); }

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