Html Css Color HEX #3003D8 Medium Blue

📋 copy color: '#3003D8'

red 48 ◦ green 3 ◦ blue 216

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

Shades of Medium Blue #3003D8

Tints of Medium Blue #3003D8

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.12%

 BLUE value IS 216 (84.77% from 255) = 80.9%

R = 17.98%
G = 1.12%
B = 80.9%

CMYK

 C value IS 0.78

 M value IS 0.99

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3003D8 (or 0x3003D8) is known color: Medium Blue. HEX triplet: 30, 03 and D8. RGB value is (48,3,216). Sum of RGB (Red+Green+Blue) = 48+3+216=267 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.98% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 216 (84.77% from 255 or 80.90% from 267); Max value from RGB is 216 - color contains mainly: blue. Hex color #3003D8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3003D8 is #CFFC27. Grayscale: #272727. Windows color (decimal): -13630504 or 14156592. OLE color: 14156592.

HSL color Cylindrical-coordinate representation of color #3003D8: hue angle of 252.68º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3003D8 is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 48 3 216 -
CMYK 0.78 0.99 0 0.15
HSL 252.68º 0.97% 0.43% -
HSV(B) 252.68º 0.99% 0.85% -
XYZ 13.65 5.65 65.34 -
YUV 40.74 226.91 133.18 -
System Red Green Blue C M Y K H S L
Decimal 48 3 216 0.78 0.99 0 0.15 252.68 0.97 0.43
Hex 30 3 D8 4E 63 0 F FD 61 2B
Octal 60 3 330 116 143 0 17 375 141 53
Binary 110000 11 11011000 1001110 1100011 0 1111 11111101 1100001 101011

Color Harmonies of #3003D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3003D8

Black with #3003D8

Text Example


Text Example

White with #3003D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3003D8; }

 p { color: rgb(48,3,216); }

 H1.HeaderClassName
 {
   color: #3003D8;
 }
 .AnyTagClassName
 {
   color: #3003D8;
 }
</style>

background-color css

<style>
 a { background-color: #3003D8; }

 a { background-color: rgb(48,3,216); }

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

border-color css

<style>
 span { border-color: #3003D8; }

 span { border-color: rgb(48,3,216); }

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