Html Css Color HEX #3010C0 Medium Blue

📋 copy color: '#3010C0'

red 48 ◦ green 16 ◦ blue 192

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

Shades of Medium Blue #3010C0

Tints of Medium Blue #3010C0

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.25%

 BLUE value IS 192 (75.39% from 255) = 75%

R = 18.75%
G = 6.25%
B = 75%

CMYK

 C value IS 0.75

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3010C0 (or 0x3010C0) is known color: Medium Blue. HEX triplet: 30, 10 and C0. RGB value is (48,16,192). Sum of RGB (Red+Green+Blue) = 48+16+192=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 192 (75.39% from 255 or 75% from 256); Max value from RGB is 192 - color contains mainly: blue. Hex color #3010C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3010C0 is #CFEF3F. Grayscale: #2C2C2C. Windows color (decimal): -13627200 or 12587056. OLE color: 12587056.

HSL color Cylindrical-coordinate representation of color #3010C0: hue angle of 250.91º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3010C0 is Cyan = 0.75, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 16 192 -
CMYK 0.75 0.92 0 0.25
HSL 250.91º 0.85% 0.41% -
HSV(B) 250.91º 0.92% 0.75% -
XYZ 10.92 4.8 50.22 -
YUV 45.63 210.6 129.69 -
System Red Green Blue C M Y K H S L
Decimal 48 16 192 0.75 0.92 0 0.25 250.91 0.85 0.41
Hex 30 10 C0 4B 5C 0 19 FB 55 29
Octal 60 20 300 113 134 0 31 373 125 51
Binary 110000 10000 11000000 1001011 1011100 0 11001 11111011 1010101 101001

Color Harmonies of #3010C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3010C0

Black with #3010C0

Text Example


Text Example

White with #3010C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3010C0; }

 p { color: rgb(48,16,192); }

 H1.HeaderClassName
 {
   color: #3010C0;
 }
 .AnyTagClassName
 {
   color: #3010C0;
 }
</style>

background-color css

<style>
 a { background-color: #3010C0; }

 a { background-color: rgb(48,16,192); }

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

border-color css

<style>
 span { border-color: #3010C0; }

 span { border-color: rgb(48,16,192); }

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