Html Css Color HEX #3101C4 Medium Blue

📋 copy color: '#3101C4'

red 49 ◦ green 1 ◦ blue 196

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

Shades of Medium Blue #3101C4

Tints of Medium Blue #3101C4

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

 BLUE value IS 196 (76.95% from 255) = 79.67%

R = 19.92%
G = 0.41%
B = 79.67%

CMYK

 C value IS 0.75

 M value IS 0.99

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#3101C4 (or 0x3101C4) is known color: Medium Blue. HEX triplet: 31, 01 and C4. RGB value is (49,1,196). Sum of RGB (Red+Green+Blue) = 49+1+196=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 196 (76.95% from 255 or 79.67% from 246); Max value from RGB is 196 - color contains mainly: blue. Hex color #3101C4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3101C4 is #CEFE3B. Grayscale: #242424. Windows color (decimal): -13565500 or 12845361. OLE color: 12845361.

HSL color Cylindrical-coordinate representation of color #3101C4: hue angle of 254.77º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3101C4 is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 49 1 196 -
CMYK 0.75 0.99 0 0.23
HSL 254.77º 0.99% 0.39% -
HSV(B) 254.77º 0.99% 0.77% -
XYZ 11.24 4.66 52.53 -
YUV 37.58 217.4 136.14 -
System Red Green Blue C M Y K H S L
Decimal 49 1 196 0.75 0.99 0 0.23 254.77 0.99 0.39
Hex 31 1 C4 4B 63 0 17 FF 63 27
Octal 61 1 304 113 143 0 27 377 143 47
Binary 110001 1 11000100 1001011 1100011 0 10111 11111111 1100011 100111

Color Harmonies of #3101C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3101C4

Black with #3101C4

Text Example


Text Example

White with #3101C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3101C4; }

 p { color: rgb(49,1,196); }

 H1.HeaderClassName
 {
   color: #3101C4;
 }
 .AnyTagClassName
 {
   color: #3101C4;
 }
</style>

background-color css

<style>
 a { background-color: #3101C4; }

 a { background-color: rgb(49,1,196); }

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

border-color css

<style>
 span { border-color: #3101C4; }

 span { border-color: rgb(49,1,196); }

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