Html Css Color HEX #3112CD Medium Blue

📋 copy color: '#3112CD'

red 49 ◦ green 18 ◦ blue 205

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

Shades of Medium Blue #3112CD

Tints of Medium Blue #3112CD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.62%

 BLUE value IS 205 (80.47% from 255) = 75.37%

R = 18.01%
G = 6.62%
B = 75.37%

CMYK

 C value IS 0.76

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3112CD (or 0x3112CD) is known color: Medium Blue. HEX triplet: 31, 12 and CD. RGB value is (49,18,205). Sum of RGB (Red+Green+Blue) = 49+18+205=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 205 (80.47% from 255 or 75.37% from 272); Max value from RGB is 205 - color contains mainly: blue. Hex color #3112CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3112CD is #CEED32. Grayscale: #2F2F2F. Windows color (decimal): -13561139 or 13439537. OLE color: 13439537.

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

Color convert

RGB 49 18 205 -
CMYK 0.76 0.91 0 0.20
HSL 249.95º 0.84% 0.44% -
HSV(B) 249.95º 0.91% 0.8% -
XYZ 12.5 5.49 58.16 -
YUV 48.59 216.27 128.29 -
System Red Green Blue C M Y K H S L
Decimal 49 18 205 0.76 0.91 0 0.20 249.95 0.84 0.44
Hex 31 12 CD 4C 5B 0 14 FA 54 2C
Octal 61 22 315 114 133 0 24 372 124 54
Binary 110001 10010 11001101 1001100 1011011 0 10100 11111010 1010100 101100

Color Harmonies of #3112CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3112CD

Black with #3112CD

Text Example


Text Example

White with #3112CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3112CD; }

 p { color: rgb(49,18,205); }

 H1.HeaderClassName
 {
   color: #3112CD;
 }
 .AnyTagClassName
 {
   color: #3112CD;
 }
</style>

background-color css

<style>
 a { background-color: #3112CD; }

 a { background-color: rgb(49,18,205); }

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

border-color css

<style>
 span { border-color: #3112CD; }

 span { border-color: rgb(49,18,205); }

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