Html Css Color HEX #3113CA Medium Blue

📋 copy color: '#3113CA'

red 49 ◦ green 19 ◦ blue 202

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

Shades of Medium Blue #3113CA

Tints of Medium Blue #3113CA

RGB

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

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

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

R = 18.15%
G = 7.04%
B = 74.81%

CMYK

 C value IS 0.76

 M value IS 0.91

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3113CA (or 0x3113CA) is known color: Medium Blue. HEX triplet: 31, 13 and CA. RGB value is (49,19,202). Sum of RGB (Red+Green+Blue) = 49+19+202=270 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.15% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 202 (79.30% from 255 or 74.81% from 270); Max value from RGB is 202 - color contains mainly: blue. Hex color #3113CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3113CA is #CEEC35. Grayscale: #303030. Windows color (decimal): -13560886 or 13243185. OLE color: 13243185.

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

Color convert

RGB 49 19 202 -
CMYK 0.76 0.91 0 0.21
HSL 249.84º 0.83% 0.43% -
HSV(B) 249.84º 0.91% 0.79% -
XYZ 12.16 5.38 56.28 -
YUV 48.83 214.44 128.12 -
System Red Green Blue C M Y K H S L
Decimal 49 19 202 0.76 0.91 0 0.21 249.84 0.83 0.43
Hex 31 13 CA 4C 5B 0 15 FA 53 2B
Octal 61 23 312 114 133 0 25 372 123 53
Binary 110001 10011 11001010 1001100 1011011 0 10101 11111010 1010011 101011

Color Harmonies of #3113CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3113CA

Black with #3113CA

Text Example


Text Example

White with #3113CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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