Html Css Color HEX #310BBC Medium Blue

📋 copy color: '#310BBC'

red 49 ◦ green 11 ◦ blue 188

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

Shades of Medium Blue #310BBC

Tints of Medium Blue #310BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 75.81%

R = 19.76%
G = 4.44%
B = 75.81%

CMYK

 C value IS 0.74

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#310BBC (or 0x310BBC) is known color: Medium Blue. HEX triplet: 31, 0B and BC. RGB value is (49,11,188). Sum of RGB (Red+Green+Blue) = 49+11+188=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 11 (4.69% from 255 or 4.44% from 248); Blue value is 188 (73.83% from 255 or 75.81% from 248); Max value from RGB is 188 - color contains mainly: blue. Hex color #310BBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310BBC is #CEF443. Grayscale: #292929. Windows color (decimal): -13562948 or 12323633. OLE color: 12323633.

HSL color Cylindrical-coordinate representation of color #310BBC: hue angle of 252.88º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #310BBC is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 49 11 188 -
CMYK 0.74 0.94 0 0.26
HSL 252.88º 0.89% 0.39% -
HSV(B) 252.88º 0.94% 0.74% -
XYZ 10.46 4.52 47.9 -
YUV 42.54 210.09 132.61 -
System Red Green Blue C M Y K H S L
Decimal 49 11 188 0.74 0.94 0 0.26 252.88 0.89 0.39
Hex 31 B BC 4A 5E 0 1A FD 59 27
Octal 61 13 274 112 136 0 32 375 131 47
Binary 110001 1011 10111100 1001010 1011110 0 11010 11111101 1011001 100111

Color Harmonies of #310BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310BBC

Black with #310BBC

Text Example


Text Example

White with #310BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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