Html Css Color HEX #310DCB Medium Blue

📋 copy color: '#310DCB'

red 49 ◦ green 13 ◦ blue 203

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

Shades of Medium Blue #310DCB

Tints of Medium Blue #310DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 76.6%

R = 18.49%
G = 4.91%
B = 76.6%

CMYK

 C value IS 0.76

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#310DCB (or 0x310DCB) is known color: Medium Blue. HEX triplet: 31, 0D and CB. RGB value is (49,13,203). Sum of RGB (Red+Green+Blue) = 49+13+203=265 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.49% from 265); Green value is 13 (5.47% from 255 or 4.91% from 265); Blue value is 203 (79.69% from 255 or 76.60% from 265); Max value from RGB is 203 - color contains mainly: blue. Hex color #310DCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310DCB is #CEF234. Grayscale: #2C2C2C. Windows color (decimal): -13562421 or 13307185. OLE color: 13307185.

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

Color convert

RGB 49 13 203 -
CMYK 0.76 0.94 0 0.20
HSL 251.37º 0.88% 0.42% -
HSV(B) 251.37º 0.94% 0.8% -
XYZ 12.19 5.25 56.87 -
YUV 45.42 216.93 130.55 -
System Red Green Blue C M Y K H S L
Decimal 49 13 203 0.76 0.94 0 0.20 251.37 0.88 0.42
Hex 31 D CB 4C 5E 0 14 FB 58 2A
Octal 61 15 313 114 136 0 24 373 130 52
Binary 110001 1101 11001011 1001100 1011110 0 10100 11111011 1011000 101010

Color Harmonies of #310DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310DCB

Black with #310DCB

Text Example


Text Example

White with #310DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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