#3209BF

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

Shades of Medium Blue #3209BF

Tints of Medium Blue #3209BF

Color information

#3209BF (or 0x3209BF) is unknown color: approx Medium Blue. HEX triplet: 32, 09 and BF. RGB value is (50,9,191). Sum of RGB (Red+Green+Blue) = 50+9+191=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 191 (75% from 255 or 76.4% from 250); Max value from RGB is 191 - color contains mainly: blue. Hex color #3209BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3209BF is #CDF640. Grayscale: #292929. Windows color (decimal): -13497921 or 12519730. OLE color: 12519730.

HSL color Cylindrical-coordinate representation of color #3209BF: hue angle of 253.52º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3209BF is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB509191-
CMYK0.740.9500.25
HSL253.52º91%39.22%-
HSV(B)253.52º95.29%74.9%-
XYZ10.824.6449.61-
YUV42.01212.08133.7-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20%
GREEN value IS 9 (3.91% from 255) = 3.6%
BLUE value IS 191 (75% from 255) = 76.4%
R=20%
G=3.6%
B=76.4%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal5091910.740.9500.25253.529139.22
Hex329BF4A5F019fe5b27
Octal621127711213703137613347
Binary11001010011011111110010101011111011001111111101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3209BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3209BF; }

 p { color: rgb(50,9,191); }

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

<style>
 a { background-color: #3209BF; }

 a { background-color: rgb(50,9,191); }

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

<style>
 span { border-color: #3209BF; }

 span { border-color: rgb(50,9,191); }

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