Html Css Color HEX #300DCB Medium Blue

📋 copy color: '#300DCB'

red 48 ◦ green 13 ◦ blue 203

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

Shades of Medium Blue #300DCB

Tints of Medium Blue #300DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 76.89%

R = 18.18%
G = 4.92%
B = 76.89%

CMYK

 C value IS 0.76

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#300DCB (or 0x300DCB) is known color: Medium Blue. HEX triplet: 30, 0D and CB. RGB value is (48,13,203). Sum of RGB (Red+Green+Blue) = 48+13+203=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 13 (5.47% from 255 or 4.92% from 264); Blue value is 203 (79.69% from 255 or 76.89% from 264); Max value from RGB is 203 - color contains mainly: blue. Hex color #300DCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #300DCB is #CFF234. Grayscale: #2C2C2C. Windows color (decimal): -13627957 or 13307184. OLE color: 13307184.

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

Color convert

RGB 48 13 203 -
CMYK 0.76 0.94 0 0.20
HSL 251.05º 0.88% 0.42% -
HSV(B) 251.05º 0.94% 0.8% -
XYZ 12.14 5.23 56.87 -
YUV 45.13 217.1 130.05 -
System Red Green Blue C M Y K H S L
Decimal 48 13 203 0.76 0.94 0 0.20 251.05 0.88 0.42
Hex 30 D CB 4C 5E 0 14 FB 58 2A
Octal 60 15 313 114 136 0 24 373 130 52
Binary 110000 1101 11001011 1001100 1011110 0 10100 11111011 1011000 101010

Color Harmonies of #300DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300DCB

Black with #300DCB

Text Example


Text Example

White with #300DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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