Html Css Color HEX #3113CD Medium Blue

📋 copy color: '#3113CD'

red 49 ◦ green 19 ◦ blue 205

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

Shades of Medium Blue #3113CD

Tints of Medium Blue #3113CD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.96%

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

R = 17.95%
G = 6.96%
B = 75.09%

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

#3113CD (or 0x3113CD) is known color: Medium Blue. HEX triplet: 31, 13 and CD. RGB value is (49,19,205). Sum of RGB (Red+Green+Blue) = 49+19+205=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 205 (80.47% from 255 or 75.09% from 273); Max value from RGB is 205 - color contains mainly: blue. Hex color #3113CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3113CD is #CEEC32. Grayscale: #303030. Windows color (decimal): -13560883 or 13439793. OLE color: 13439793.

HSL color Cylindrical-coordinate representation of color #3113CD: hue angle of 249.68º degrees, saturation: 0.83, 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 #3113CD is Cyan = 0.76, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 49 19 205 -
CMYK 0.76 0.91 0 0.20
HSL 249.68º 0.83% 0.44% -
HSV(B) 249.68º 0.91% 0.8% -
XYZ 12.52 5.53 58.16 -
YUV 49.17 215.94 127.88 -
System Red Green Blue C M Y K H S L
Decimal 49 19 205 0.76 0.91 0 0.20 249.68 0.83 0.44
Hex 31 13 CD 4C 5B 0 14 FA 53 2C
Octal 61 23 315 114 133 0 24 372 123 54
Binary 110001 10011 11001101 1001100 1011011 0 10100 11111010 1010011 101100

Color Harmonies of #3113CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3113CD

Black with #3113CD

Text Example


Text Example

White with #3113CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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