Html Css Color HEX #310ACB Medium Blue

📋 copy color: '#310ACB'

red 49 ◦ green 10 ◦ blue 203

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

Shades of Medium Blue #310ACB

Tints of Medium Blue #310ACB

RGB

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

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

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

R = 18.7%
G = 3.82%
B = 77.48%

CMYK

 C value IS 0.76

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#310ACB (or 0x310ACB) is known color: Medium Blue. HEX triplet: 31, 0A and CB. RGB value is (49,10,203). Sum of RGB (Red+Green+Blue) = 49+10+203=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 10 (4.30% from 255 or 3.82% from 262); Blue value is 203 (79.69% from 255 or 77.48% from 262); Max value from RGB is 203 - color contains mainly: blue. Hex color #310ACB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310ACB is #CEF534. Grayscale: #2A2A2A. Windows color (decimal): -13563189 or 13306417. OLE color: 13306417.

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

Color convert

RGB 49 10 203 -
CMYK 0.76 0.95 0 0.20
HSL 252.12º 0.91% 0.42% -
HSV(B) 252.12º 0.95% 0.8% -
XYZ 12.15 5.18 56.86 -
YUV 43.66 217.92 131.81 -
System Red Green Blue C M Y K H S L
Decimal 49 10 203 0.76 0.95 0 0.20 252.12 0.91 0.42
Hex 31 A CB 4C 5F 0 14 FC 5B 2A
Octal 61 12 313 114 137 0 24 374 133 52
Binary 110001 1010 11001011 1001100 1011111 0 10100 11111100 1011011 101010

Color Harmonies of #310ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310ACB

Black with #310ACB

Text Example


Text Example

White with #310ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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