#310CCF

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

Shades of Medium Blue #310CCF

Tints of Medium Blue #310CCF

Color information

#310CCF (or 0x310CCF) is unknown color: approx Medium Blue. HEX triplet: 31, 0C and CF. RGB value is (49,12,207). Sum of RGB (Red+Green+Blue) = 49+12+207=268 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.28% from 268); Green value is 12 (5.08% from 255 or 4.48% from 268); Blue value is 207 (81.25% from 255 or 77.24% from 268); Max value from RGB is 207 - color contains mainly: blue. Hex color #310CCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310CCF is #CEF330. Grayscale: #2C2C2C. Windows color (decimal): -13562673 or 13569073. OLE color: 13569073.

HSL color Cylindrical-coordinate representation of color #310CCF: hue angle of 251.38º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #310CCF is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB4912207-
CMYK0.760.9400.19
HSL251.38º89.04%42.94%-
HSV(B)251.38º94.2%81.18%-
XYZ12.665.4259.41-
YUV45.29219.26130.64-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.28%
GREEN value IS 12 (5.08% from 255) = 4.48%
BLUE value IS 207 (81.25% from 255) = 77.24%
R=18.28%
G=4.48%
B=77.24%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal49122070.760.9400.19251.3889.0442.94
Hex31CCF4C5E013fb592b
Octal611431711413602337313153
Binary11000111001100111110011001011110010011111110111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310CCF; }

 p { color: rgb(49,12,207); }

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

<style>
 a { background-color: #310CCF; }

 a { background-color: rgb(49,12,207); }

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

<style>
 span { border-color: #310CCF; }

 span { border-color: rgb(49,12,207); }

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