Html Css Color HEX #310DCE Medium Blue

📋 copy color: '#310DCE'

red 49 ◦ green 13 ◦ blue 206

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

Shades of Medium Blue #310DCE

Tints of Medium Blue #310DCE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.85%

 BLUE value IS 206 (80.86% from 255) = 76.87%

R = 18.28%
G = 4.85%
B = 76.87%

CMYK

 C value IS 0.76

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#310DCE (or 0x310DCE) is known color: Medium Blue. HEX triplet: 31, 0D and CE. RGB value is (49,13,206). Sum of RGB (Red+Green+Blue) = 49+13+206=268 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.28% from 268); Green value is 13 (5.47% from 255 or 4.85% from 268); Blue value is 206 (80.86% from 255 or 76.87% from 268); Max value from RGB is 206 - color contains mainly: blue. Hex color #310DCE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310DCE is #CEF231. Grayscale: #2D2D2D. Windows color (decimal): -13562418 or 13503793. OLE color: 13503793.

HSL color Cylindrical-coordinate representation of color #310DCE: hue angle of 251.19º degrees, saturation: 0.88, 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 #310DCE is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 49 13 206 -
CMYK 0.76 0.94 0 0.19
HSL 251.19º 0.88% 0.43% -
HSV(B) 251.19º 0.94% 0.81% -
XYZ 12.55 5.4 58.77 -
YUV 45.77 218.43 130.31 -
System Red Green Blue C M Y K H S L
Decimal 49 13 206 0.76 0.94 0 0.19 251.19 0.88 0.43
Hex 31 D CE 4C 5E 0 13 FB 58 2B
Octal 61 15 316 114 136 0 23 373 130 53
Binary 110001 1101 11001110 1001100 1011110 0 10011 11111011 1011000 101011

Color Harmonies of #310DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310DCE

Black with #310DCE

Text Example


Text Example

White with #310DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,13,206); }

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

background-color css

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

 a { background-color: rgb(49,13,206); }

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

border-color css

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

 span { border-color: rgb(49,13,206); }

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