Html Css Color HEX #300DC3 Medium Blue

📋 copy color: '#300DC3'

red 48 ◦ green 13 ◦ blue 195

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

Shades of Medium Blue #300DC3

Tints of Medium Blue #300DC3

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.08%

 BLUE value IS 195 (76.56% from 255) = 76.17%

R = 18.75%
G = 5.08%
B = 76.17%

CMYK

 C value IS 0.75

 M value IS 0.93

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#300DC3 (or 0x300DC3) is known color: Medium Blue. HEX triplet: 30, 0D and C3. RGB value is (48,13,195). Sum of RGB (Red+Green+Blue) = 48+13+195=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 13 (5.47% from 255 or 5.08% from 256); Blue value is 195 (76.56% from 255 or 76.17% from 256); Max value from RGB is 195 - color contains mainly: blue. Hex color #300DC3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #300DC3 is #CFF23C. Grayscale: #2B2B2B. Windows color (decimal): -13627965 or 12782896. OLE color: 12782896.

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

Color convert

RGB 48 13 195 -
CMYK 0.75 0.93 0 0.24
HSL 251.54º 0.88% 0.41% -
HSV(B) 251.54º 0.93% 0.76% -
XYZ 11.21 4.86 51.98 -
YUV 44.21 213.1 130.7 -
System Red Green Blue C M Y K H S L
Decimal 48 13 195 0.75 0.93 0 0.24 251.54 0.88 0.41
Hex 30 D C3 4B 5D 0 18 FC 58 29
Octal 60 15 303 113 135 0 30 374 130 51
Binary 110000 1101 11000011 1001011 1011101 0 11000 11111100 1011000 101001

Color Harmonies of #300DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300DC3

Black with #300DC3

Text Example


Text Example

White with #300DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,13,195); }

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

background-color css

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

 a { background-color: rgb(48,13,195); }

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

border-color css

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

 span { border-color: rgb(48,13,195); }

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