#3107BC

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

Shades of Medium Blue #3107BC

Tints of Medium Blue #3107BC

Color information

#3107BC (or 0x3107BC) is unknown color: approx Medium Blue. HEX triplet: 31, 07 and BC. RGB value is (49,7,188). Sum of RGB (Red+Green+Blue) = 49+7+188=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 7 (3.12% from 255 or 2.87% from 244); Blue value is 188 (73.83% from 255 or 77.05% from 244); Max value from RGB is 188 - color contains mainly: blue. Hex color #3107BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3107BC is #CEF843. Grayscale: #272727. Windows color (decimal): -13563972 or 12322609. OLE color: 12322609.

HSL color Cylindrical-coordinate representation of color #3107BC: hue angle of 253.92º 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 #3107BC is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB497188-
CMYK0.740.9600.26
HSL253.92º92.82%38.24%-
HSV(B)253.92º96.28%73.73%-
XYZ10.424.4447.88-
YUV40.19211.41134.28-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.08%
GREEN value IS 7 (3.12% from 255) = 2.87%
BLUE value IS 188 (73.83% from 255) = 77.05%
R=20.08%
G=2.87%
B=77.05%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal4971880.740.9600.26253.9292.8238.24
Hex317BC4A6001Afe5d26
Octal61727411214003237613546
Binary1100011111011110010010101100000011010111111101011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3107BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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