Html Css Color HEX #310BCE Medium Blue

📋 copy color: '#310BCE'

red 49 ◦ green 11 ◦ blue 206

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

Shades of Medium Blue #310BCE

Tints of Medium Blue #310BCE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.14%

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

R = 18.42%
G = 4.14%
B = 77.44%

CMYK

 C value IS 0.76

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#310BCE (or 0x310BCE) is known color: Medium Blue. HEX triplet: 31, 0B and CE. RGB value is (49,11,206). Sum of RGB (Red+Green+Blue) = 49+11+206=266 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.42% from 266); Green value is 11 (4.69% from 255 or 4.14% from 266); Blue value is 206 (80.86% from 255 or 77.44% from 266); Max value from RGB is 206 - color contains mainly: blue. Hex color #310BCE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310BCE is #CEF431. Grayscale: #2B2B2B. Windows color (decimal): -13562930 or 13503281. OLE color: 13503281.

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

Color convert

RGB 49 11 206 -
CMYK 0.76 0.95 0 0.19
HSL 251.69º 0.9% 0.43% -
HSV(B) 251.69º 0.95% 0.81% -
XYZ 12.53 5.35 58.76 -
YUV 44.59 219.09 131.14 -
System Red Green Blue C M Y K H S L
Decimal 49 11 206 0.76 0.95 0 0.19 251.69 0.9 0.43
Hex 31 B CE 4C 5F 0 13 FC 5A 2B
Octal 61 13 316 114 137 0 23 374 132 53
Binary 110001 1011 11001110 1001100 1011111 0 10011 11111100 1011010 101011

Color Harmonies of #310BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310BCE

Black with #310BCE

Text Example


Text Example

White with #310BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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