Html Css Color HEX #310ACE Medium Blue

📋 copy color: '#310ACE'

red 49 ◦ green 10 ◦ blue 206

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

Shades of Medium Blue #310ACE

Tints of Medium Blue #310ACE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.77%

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

R = 18.49%
G = 3.77%
B = 77.74%

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

#310ACE (or 0x310ACE) is known color: Medium Blue. HEX triplet: 31, 0A and CE. RGB value is (49,10,206). Sum of RGB (Red+Green+Blue) = 49+10+206=265 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.49% from 265); Green value is 10 (4.30% from 255 or 3.77% from 265); Blue value is 206 (80.86% from 255 or 77.74% from 265); Max value from RGB is 206 - color contains mainly: blue. Hex color #310ACE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310ACE is #CEF531. Grayscale: #2B2B2B. Windows color (decimal): -13563186 or 13503025. OLE color: 13503025.

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

Color convert

RGB 49 10 206 -
CMYK 0.76 0.95 0 0.19
HSL 251.94º 0.91% 0.42% -
HSV(B) 251.94º 0.95% 0.81% -
XYZ 12.52 5.33 58.76 -
YUV 44.01 219.42 131.56 -
System Red Green Blue C M Y K H S L
Decimal 49 10 206 0.76 0.95 0 0.19 251.94 0.91 0.42
Hex 31 A CE 4C 5F 0 13 FC 5B 2A
Octal 61 12 316 114 137 0 23 374 133 52
Binary 110001 1010 11001110 1001100 1011111 0 10011 11111100 1011011 101010

Color Harmonies of #310ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310ACE

Black with #310ACE

Text Example


Text Example

White with #310ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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