#3200CC

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

Shades of Medium Blue #3200CC

Tints of Medium Blue #3200CC

Color information

#3200CC (or 0x3200CC) is unknown color: approx Medium Blue. HEX triplet: 32, 00 and CC. RGB value is (50,0,204). Sum of RGB (Red+Green+Blue) = 50+0+204=254 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.69% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 204 (80.08% from 255 or 80.31% from 254); Max value from RGB is 204 - color contains mainly: blue. Hex color #3200CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3200CC is #CDFF33. Grayscale: #252525. Windows color (decimal): -13500212 or 13369394. OLE color: 13369394.

HSL color Cylindrical-coordinate representation of color #3200CC: hue angle of 254.71º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3200CC is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB500204-
CMYK0.75100.2
HSL254.71º100%40%-
HSV(B)254.71º100%80%-
XYZ12.215.0457.46-
YUV38.21221.56136.41-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.69%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 204 (80.08% from 255) = 80.31%
R=19.69%
G=0%
B=80.31%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal5002040.75100.2254.7110040
Hex320CC4B64014ff6428
Octal62031411314402437714450
Binary11001001100110010010111100100010100111111111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3200CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3200CC; }

 p { color: rgb(50,0,204); }

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

<style>
 a { background-color: #3200CC; }

 a { background-color: rgb(50,0,204); }

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

<style>
 span { border-color: #3200CC; }

 span { border-color: rgb(50,0,204); }

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