#310CC4

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

Shades of Medium Blue #310CC4

Tints of Medium Blue #310CC4

Color information

#310CC4 (or 0x310CC4) is unknown color: approx Medium Blue. HEX triplet: 31, 0C and C4. RGB value is (49,12,196). Sum of RGB (Red+Green+Blue) = 49+12+196=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 12 (5.08% from 255 or 4.67% from 257); Blue value is 196 (76.95% from 255 or 76.26% from 257); Max value from RGB is 196 - color contains mainly: blue. Hex color #310CC4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310CC4 is #CEF33B. Grayscale: #2B2B2B. Windows color (decimal): -13562684 or 12848177. OLE color: 12848177.

HSL color Cylindrical-coordinate representation of color #310CC4: hue angle of 252.07º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #310CC4 is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB4912196-
CMYK0.750.9400.23
HSL252.07º88.46%40.78%-
HSV(B)252.07º93.88%76.86%-
XYZ11.364.952.57-
YUV44.04213.76131.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.07%
GREEN value IS 12 (5.08% from 255) = 4.67%
BLUE value IS 196 (76.95% from 255) = 76.26%
R=19.07%
G=4.67%
B=76.26%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal49121960.750.9400.23252.0788.4640.78
Hex31CC44B5E017fc5829
Octal611430411313602737413051
Binary11000111001100010010010111011110010111111111001011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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