Html Css Color HEX #310CC1 Medium Blue

📋 copy color: '#310CC1'

red 49 ◦ green 12 ◦ blue 193

#310CC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #310CC1

Tints of Medium Blue #310CC1

RGB

 RED value IS 49 (19.53% from 255) = 19.29%

 GREEN value IS 12 (5.08% from 255) = 4.72%

 BLUE value IS 193 (75.78% from 255) = 75.98%

R = 19.29%
G = 4.72%
B = 75.98%

CMYK

 C value IS 0.75

 M value IS 0.94

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#310CC1 (or 0x310CC1) is known color: Medium Blue. HEX triplet: 31, 0C and C1. RGB value is (49,12,193). Sum of RGB (Red+Green+Blue) = 49+12+193=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 12 (5.08% from 255 or 4.72% from 254); Blue value is 193 (75.78% from 255 or 75.98% from 254); Max value from RGB is 193 - color contains mainly: blue. Hex color #310CC1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310CC1 is #CEF33E. Grayscale: #2B2B2B. Windows color (decimal): -13562687 or 12651569. OLE color: 12651569.

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

Color convert

RGB 49 12 193 -
CMYK 0.75 0.94 0 0.24
HSL 252.27º 0.88% 0.4% -
HSV(B) 252.27º 0.94% 0.76% -
XYZ 11.02 4.77 50.79 -
YUV 43.7 212.26 131.78 -
System Red Green Blue C M Y K H S L
Decimal 49 12 193 0.75 0.94 0 0.24 252.27 0.88 0.4
Hex 31 C C1 4B 5E 0 18 FC 58 28
Octal 61 14 301 113 136 0 30 374 130 50
Binary 110001 1100 11000001 1001011 1011110 0 11000 11111100 1011000 101000

Color Harmonies of #310CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310CC1

Black with #310CC1

Text Example


Text Example

White with #310CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #310CC1;
 }
 .AnyTagClassName
 {
   color: #310CC1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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