Html Css Color HEX #3003D6 Medium Blue

📋 copy color: '#3003D6'

red 48 ◦ green 3 ◦ blue 214

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

Shades of Medium Blue #3003D6

Tints of Medium Blue #3003D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 80.75%

R = 18.11%
G = 1.13%
B = 80.75%

CMYK

 C value IS 0.78

 M value IS 0.99

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3003D6 (or 0x3003D6) is known color: Medium Blue. HEX triplet: 30, 03 and D6. RGB value is (48,3,214). Sum of RGB (Red+Green+Blue) = 48+3+214=265 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.11% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 214 (83.98% from 255 or 80.75% from 265); Max value from RGB is 214 - color contains mainly: blue. Hex color #3003D6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3003D6 is #CFFC29. Grayscale: #272727. Windows color (decimal): -13630506 or 14025520. OLE color: 14025520.

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

Color convert

RGB 48 3 214 -
CMYK 0.78 0.99 0 0.16
HSL 252.8º 0.97% 0.43% -
HSV(B) 252.8º 0.99% 0.84% -
XYZ 13.39 5.55 63.98 -
YUV 40.51 225.91 133.34 -
System Red Green Blue C M Y K H S L
Decimal 48 3 214 0.78 0.99 0 0.16 252.8 0.97 0.43
Hex 30 3 D6 4E 63 0 10 FD 61 2B
Octal 60 3 326 116 143 0 20 375 141 53
Binary 110000 11 11010110 1001110 1100011 0 10000 11111101 1100001 101011

Color Harmonies of #3003D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3003D6

Black with #3003D6

Text Example


Text Example

White with #3003D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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