Html Css Color HEX #300DCA Medium Blue

📋 copy color: '#300DCA'

red 48 ◦ green 13 ◦ blue 202

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

Shades of Medium Blue #300DCA

Tints of Medium Blue #300DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 76.81%

R = 18.25%
G = 4.94%
B = 76.81%

CMYK

 C value IS 0.76

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#300DCA (or 0x300DCA) is known color: Medium Blue. HEX triplet: 30, 0D and CA. RGB value is (48,13,202). Sum of RGB (Red+Green+Blue) = 48+13+202=263 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.25% from 263); Green value is 13 (5.47% from 255 or 4.94% from 263); Blue value is 202 (79.30% from 255 or 76.81% from 263); Max value from RGB is 202 - color contains mainly: blue. Hex color #300DCA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #300DCA is #CFF235. Grayscale: #2C2C2C. Windows color (decimal): -13627958 or 13241648. OLE color: 13241648.

HSL color Cylindrical-coordinate representation of color #300DCA: hue angle of 251.11º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #300DCA is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 48 13 202 -
CMYK 0.76 0.94 0 0.21
HSL 251.11º 0.88% 0.42% -
HSV(B) 251.11º 0.94% 0.79% -
XYZ 12.02 5.18 56.24 -
YUV 45.01 216.6 130.13 -
System Red Green Blue C M Y K H S L
Decimal 48 13 202 0.76 0.94 0 0.21 251.11 0.88 0.42
Hex 30 D CA 4C 5E 0 15 FB 58 2A
Octal 60 15 312 114 136 0 25 373 130 52
Binary 110000 1101 11001010 1001100 1011110 0 10101 11111011 1011000 101010

Color Harmonies of #300DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300DCA

Black with #300DCA

Text Example


Text Example

White with #300DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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