Html Css Color HEX #3113CE Medium Blue

📋 copy color: '#3113CE'

red 49 ◦ green 19 ◦ blue 206

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

Shades of Medium Blue #3113CE

Tints of Medium Blue #3113CE

RGB

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

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

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

R = 17.88%
G = 6.93%
B = 75.18%

CMYK

 C value IS 0.76

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3113CE (or 0x3113CE) is known color: Medium Blue. HEX triplet: 31, 13 and CE. RGB value is (49,19,206). Sum of RGB (Red+Green+Blue) = 49+19+206=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 19 (7.81% from 255 or 6.93% from 274); Blue value is 206 (80.86% from 255 or 75.18% from 274); Max value from RGB is 206 - color contains mainly: blue. Hex color #3113CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3113CE is #CEEC31. Grayscale: #303030. Windows color (decimal): -13560882 or 13505329. OLE color: 13505329.

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

Color convert

RGB 49 19 206 -
CMYK 0.76 0.91 0 0.19
HSL 249.63º 0.83% 0.44% -
HSV(B) 249.63º 0.91% 0.81% -
XYZ 12.64 5.57 58.8 -
YUV 49.29 216.44 127.79 -
System Red Green Blue C M Y K H S L
Decimal 49 19 206 0.76 0.91 0 0.19 249.63 0.83 0.44
Hex 31 13 CE 4C 5B 0 13 FA 53 2C
Octal 61 23 316 114 133 0 23 372 123 54
Binary 110001 10011 11001110 1001100 1011011 0 10011 11111010 1010011 101100

Color Harmonies of #3113CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3113CE

Black with #3113CE

Text Example


Text Example

White with #3113CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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