Html Css Color HEX #3011C5 Medium Blue

📋 copy color: '#3011C5'

red 48 ◦ green 17 ◦ blue 197

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

Shades of Medium Blue #3011C5

Tints of Medium Blue #3011C5

RGB

 RED value IS 48 (19.14% from 255) = 18.32%

 GREEN value IS 17 (7.03% from 255) = 6.49%

 BLUE value IS 197 (77.34% from 255) = 75.19%

R = 18.32%
G = 6.49%
B = 75.19%

CMYK

 C value IS 0.76

 M value IS 0.91

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#3011C5 (or 0x3011C5) is known color: Medium Blue. HEX triplet: 30, 11 and C5. RGB value is (48,17,197). Sum of RGB (Red+Green+Blue) = 48+17+197=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 17 (7.03% from 255 or 6.49% from 262); Blue value is 197 (77.34% from 255 or 75.19% from 262); Max value from RGB is 197 - color contains mainly: blue. Hex color #3011C5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3011C5 is #CFEE3A. Grayscale: #2E2E2E. Windows color (decimal): -13626939 or 12914992. OLE color: 12914992.

HSL color Cylindrical-coordinate representation of color #3011C5: hue angle of 250.33º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3011C5 is Cyan = 0.76, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 48 17 197 -
CMYK 0.76 0.91 0 0.23
HSL 250.33º 0.84% 0.42% -
HSV(B) 250.33º 0.91% 0.77% -
XYZ 11.5 5.06 53.19 -
YUV 46.79 212.77 128.86 -
System Red Green Blue C M Y K H S L
Decimal 48 17 197 0.76 0.91 0 0.23 250.33 0.84 0.42
Hex 30 11 C5 4C 5B 0 17 FA 54 2A
Octal 60 21 305 114 133 0 27 372 124 52
Binary 110000 10001 11000101 1001100 1011011 0 10111 11111010 1010100 101010

Color Harmonies of #3011C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3011C5

Black with #3011C5

Text Example


Text Example

White with #3011C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3011C5; }

 p { color: rgb(48,17,197); }

 H1.HeaderClassName
 {
   color: #3011C5;
 }
 .AnyTagClassName
 {
   color: #3011C5;
 }
</style>

background-color css

<style>
 a { background-color: #3011C5; }

 a { background-color: rgb(48,17,197); }

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

border-color css

<style>
 span { border-color: #3011C5; }

 span { border-color: rgb(48,17,197); }

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