Html Css Color HEX #300FC2 Medium Blue

📋 copy color: '#300FC2'

red 48 ◦ green 15 ◦ blue 194

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

Shades of Medium Blue #300FC2

Tints of Medium Blue #300FC2

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.84%

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

R = 18.68%
G = 5.84%
B = 75.49%

CMYK

 C value IS 0.75

 M value IS 0.92

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#300FC2 (or 0x300FC2) is known color: Medium Blue. HEX triplet: 30, 0F and C2. RGB value is (48,15,194). Sum of RGB (Red+Green+Blue) = 48+15+194=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 15 (6.25% from 255 or 5.84% from 257); Blue value is 194 (76.17% from 255 or 75.49% from 257); Max value from RGB is 194 - color contains mainly: blue. Hex color #300FC2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #300FC2 is #CFF03D. Grayscale: #2C2C2C. Windows color (decimal): -13627454 or 12717872. OLE color: 12717872.

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

Color convert

RGB 48 15 194 -
CMYK 0.75 0.92 0 0.24
HSL 251.06º 0.86% 0.41% -
HSV(B) 251.06º 0.92% 0.76% -
XYZ 11.13 4.87 51.39 -
YUV 45.27 211.93 129.95 -
System Red Green Blue C M Y K H S L
Decimal 48 15 194 0.75 0.92 0 0.24 251.06 0.86 0.41
Hex 30 F C2 4B 5C 0 18 FB 56 29
Octal 60 17 302 113 134 0 30 373 126 51
Binary 110000 1111 11000010 1001011 1011100 0 11000 11111011 1010110 101001

Color Harmonies of #300FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300FC2

Black with #300FC2

Text Example


Text Example

White with #300FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300FC2; }

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

 H1.HeaderClassName
 {
   color: #300FC2;
 }
 .AnyTagClassName
 {
   color: #300FC2;
 }
</style>

background-color css

<style>
 a { background-color: #300FC2; }

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

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

border-color css

<style>
 span { border-color: #300FC2; }

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

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