#3205C8

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

Shades of Medium Blue #3205C8

Tints of Medium Blue #3205C8

Color information

#3205C8 (or 0x3205C8) is unknown color: approx Medium Blue. HEX triplet: 32, 05 and C8. RGB value is (50,5,200). Sum of RGB (Red+Green+Blue) = 50+5+200=255 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.61% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 200 (78.52% from 255 or 78.43% from 255); Max value from RGB is 200 - color contains mainly: blue. Hex color #3205C8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3205C8 is #CDFA37. Grayscale: #272727. Windows color (decimal): -13498936 or 13108530. OLE color: 13108530.

HSL color Cylindrical-coordinate representation of color #3205C8: hue angle of 253.85º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3205C8 is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB505200-
CMYK0.750.9800.22
HSL253.85º95.12%40.2%-
HSV(B)253.85º97.5%78.43%-
XYZ11.794.9654.98-
YUV40.68217.91134.64-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.61%
GREEN value IS 5 (2.34% from 255) = 1.96%
BLUE value IS 200 (78.52% from 255) = 78.43%
R=19.61%
G=1.96%
B=78.43%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal5052000.750.9800.22253.8595.1240.2
Hex325C84B62016fe5f28
Octal62531011314202637613750
Binary1100101011100100010010111100010010110111111101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3205C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3205C8; }

 p { color: rgb(50,5,200); }

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

<style>
 a { background-color: #3205C8; }

 a { background-color: rgb(50,5,200); }

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

<style>
 span { border-color: #3205C8; }

 span { border-color: rgb(50,5,200); }

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