Html Css Color HEX #3011C2 Medium Blue

📋 copy color: '#3011C2'

red 48 ◦ green 17 ◦ blue 194

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

Shades of Medium Blue #3011C2

Tints of Medium Blue #3011C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 74.9%

R = 18.53%
G = 6.56%
B = 74.9%

CMYK

 C value IS 0.75

 M value IS 0.91

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3011C2 (or 0x3011C2) is known color: Medium Blue. HEX triplet: 30, 11 and C2. RGB value is (48,17,194). Sum of RGB (Red+Green+Blue) = 48+17+194=259 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.53% from 259); Green value is 17 (7.03% from 255 or 6.56% from 259); Blue value is 194 (76.17% from 255 or 74.90% from 259); Max value from RGB is 194 - color contains mainly: blue. Hex color #3011C2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3011C2 is #CFEE3D. Grayscale: #2D2D2D. Windows color (decimal): -13626942 or 12718384. OLE color: 12718384.

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

Color convert

RGB 48 17 194 -
CMYK 0.75 0.91 0 0.24
HSL 250.51º 0.84% 0.41% -
HSV(B) 250.51º 0.91% 0.76% -
XYZ 11.16 4.92 51.4 -
YUV 46.45 211.27 129.11 -
System Red Green Blue C M Y K H S L
Decimal 48 17 194 0.75 0.91 0 0.24 250.51 0.84 0.41
Hex 30 11 C2 4B 5B 0 18 FB 54 29
Octal 60 21 302 113 133 0 30 373 124 51
Binary 110000 10001 11000010 1001011 1011011 0 11000 11111011 1010100 101001

Color Harmonies of #3011C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3011C2

Black with #3011C2

Text Example


Text Example

White with #3011C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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