#3207BC

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

Shades of Medium Blue #3207BC

Tints of Medium Blue #3207BC

Color information

#3207BC (or 0x3207BC) is unknown color: approx Medium Blue. HEX triplet: 32, 07 and BC. RGB value is (50,7,188). Sum of RGB (Red+Green+Blue) = 50+7+188=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 7 (3.12% from 255 or 2.86% from 245); Blue value is 188 (73.83% from 255 or 76.73% from 245); Max value from RGB is 188 - color contains mainly: blue. Hex color #3207BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3207BC is #CDF843. Grayscale: #272727. Windows color (decimal): -13498436 or 12322610. OLE color: 12322610.

HSL color Cylindrical-coordinate representation of color #3207BC: hue angle of 254.25º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3207BC is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB507188-
CMYK0.730.9600.26
HSL254.25º92.82%38.24%-
HSV(B)254.25º96.28%73.73%-
XYZ10.474.4647.89-
YUV40.49211.25134.78-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.41%
GREEN value IS 7 (3.12% from 255) = 2.86%
BLUE value IS 188 (73.83% from 255) = 76.73%
R=20.41%
G=2.86%
B=76.73%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal5071880.730.9600.26254.2592.8238.24
Hex327BC496001Afe5d26
Octal62727411114003237613546
Binary1100101111011110010010011100000011010111111101011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3207BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3207BC; }

 p { color: rgb(50,7,188); }

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

<style>
 a { background-color: #3207BC; }

 a { background-color: rgb(50,7,188); }

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

<style>
 span { border-color: #3207BC; }

 span { border-color: rgb(50,7,188); }

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