Html Css Color HEX #310CCA Medium Blue

📋 copy color: '#310CCA'

red 49 ◦ green 12 ◦ blue 202

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

Shades of Medium Blue #310CCA

Tints of Medium Blue #310CCA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.56%

 BLUE value IS 202 (79.3% from 255) = 76.81%

R = 18.63%
G = 4.56%
B = 76.81%

CMYK

 C value IS 0.76

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#310CCA (or 0x310CCA) is known color: Medium Blue. HEX triplet: 31, 0C and CA. RGB value is (49,12,202). Sum of RGB (Red+Green+Blue) = 49+12+202=263 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.63% from 263); Green value is 12 (5.08% from 255 or 4.56% from 263); Blue value is 202 (79.30% from 255 or 76.81% from 263); Max value from RGB is 202 - color contains mainly: blue. Hex color #310CCA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310CCA is #CEF335. Grayscale: #2C2C2C. Windows color (decimal): -13562678 or 13241393. OLE color: 13241393.

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

Color convert

RGB 49 12 202 -
CMYK 0.76 0.94 0 0.21
HSL 251.68º 0.89% 0.42% -
HSV(B) 251.68º 0.94% 0.79% -
XYZ 12.06 5.18 56.24 -
YUV 44.72 216.76 131.05 -
System Red Green Blue C M Y K H S L
Decimal 49 12 202 0.76 0.94 0 0.21 251.68 0.89 0.42
Hex 31 C CA 4C 5E 0 15 FC 59 2A
Octal 61 14 312 114 136 0 25 374 131 52
Binary 110001 1100 11001010 1001100 1011110 0 10101 11111100 1011001 101010

Color Harmonies of #310CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310CCA

Black with #310CCA

Text Example


Text Example

White with #310CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,12,202); }

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

background-color css

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

 a { background-color: rgb(49,12,202); }

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

border-color css

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

 span { border-color: rgb(49,12,202); }

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