#3201BE

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

Shades of Medium Blue #3201BE

Tints of Medium Blue #3201BE

Color information

#3201BE (or 0x3201BE) is unknown color: approx Medium Blue. HEX triplet: 32, 01 and BE. RGB value is (50,1,190). Sum of RGB (Red+Green+Blue) = 50+1+190=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 190 (74.61% from 255 or 78.84% from 241); Max value from RGB is 190 - color contains mainly: blue. Hex color #3201BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3201BE is #CDFE41. Grayscale: #242424. Windows color (decimal): -13499970 or 12452146. OLE color: 12452146.

HSL color Cylindrical-coordinate representation of color #3201BE: hue angle of 255.56º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3201BE is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB501190-
CMYK0.740.9900.25
HSL255.56º98.95%37.45%-
HSV(B)255.56º99.47%74.51%-
XYZ10.624.4249.01-
YUV37.2214.23137.13-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.75%
GREEN value IS 1 (0.78% from 255) = 0.41%
BLUE value IS 190 (74.61% from 255) = 78.84%
R=20.75%
G=0.41%
B=78.84%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal5011900.740.9900.25255.5698.9537.45
Hex321BE4A630191006325
Octal62127611214303140014345
Binary110010110111110100101011000110110011000000001100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3201BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3201BE; }

 p { color: rgb(50,1,190); }

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

<style>
 a { background-color: #3201BE; }

 a { background-color: rgb(50,1,190); }

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

<style>
 span { border-color: #3201BE; }

 span { border-color: rgb(50,1,190); }

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