Html Css Color HEX #303199 Dark Slate Blue

📋 copy color: '#303199'

red 48 ◦ green 49 ◦ blue 153

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

Shades of Dark Slate Blue #303199

Tints of Dark Slate Blue #303199

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.6%

 BLUE value IS 153 (60.16% from 255) = 61.2%

R = 19.2%
G = 19.6%
B = 61.2%

CMYK

 C value IS 0.69

 M value IS 0.68

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#303199 (or 0x303199) is known color: Dark Slate Blue. HEX triplet: 30, 31 and 99. RGB value is (48,49,153). Sum of RGB (Red+Green+Blue) = 48+49+153=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 153 (60.16% from 255 or 61.2% from 250); Max value from RGB is 153 - color contains mainly: blue. Hex color #303199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303199 is #CFCE66. Grayscale: #3C3C3C. Windows color (decimal): -13618791 or 10039600. OLE color: 10039600.

HSL color Cylindrical-coordinate representation of color #303199: hue angle of 239.43º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #303199 is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 48 49 153 -
CMYK 0.69 0.68 0 0.4
HSL 239.43º 0.52% 0.39% -
HSV(B) 239.43º 0.69% 0.6% -
XYZ 8.07 5.12 30.7 -
YUV 60.56 180.17 119.04 -
System Red Green Blue C M Y K H S L
Decimal 48 49 153 0.69 0.68 0 0.4 239.43 0.52 0.39
Hex 30 31 99 45 44 0 28 EF 34 27
Octal 60 61 231 105 104 0 50 357 64 47
Binary 110000 110001 10011001 1000101 1000100 0 101000 11101111 110100 100111

Color Harmonies of #303199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303199

Black with #303199

Text Example


Text Example

White with #303199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303199; }

 p { color: rgb(48,49,153); }

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

background-color css

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

 a { background-color: rgb(48,49,153); }

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

border-color css

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

 span { border-color: rgb(48,49,153); }

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