#2F3199

Color #2F3199 Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #2F3199

Tints of Dark Slate Blue #2F3199

Color information

#2F3199 (or 0x2F3199) is unknown color: approx Dark Slate Blue. HEX triplet: 2F, 31 and 99. RGB value is (47,49,153). Sum of RGB (Red+Green+Blue) = 47+49+153=249 (32% of max value = 765). Red value is 47 (18.75% from 255 or 18.88% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 153 (60.16% from 255 or 61.45% from 249); Max value from RGB is 153 - color contains mainly: blue. Hex color #2F3199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3199 is #D0CE66. Grayscale: #3B3B3B. Windows color (decimal): -13684327 or 10039599. OLE color: 10039599.

HSL color Cylindrical-coordinate representation of color #2F3199: hue angle of 238.87º degrees, saturation: 0.53, 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 #2F3199 is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB4749153-
CMYK0.690.6800.4
HSL238.87º53%39.22%-
HSV(B)238.87º69.28%60%-
XYZ8.025.130.7-
YUV60.26180.34118.54-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.88%
GREEN value IS 49 (19.53% from 255) = 19.68%
BLUE value IS 153 (60.16% from 255) = 61.45%
R=18.88%
G=19.68%
B=61.45%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal47491530.690.6800.4238.875339.22
Hex2F31994544028ef3527
Octal57612311051040503576547
Binary1011111100011001100110001011000100010100011101111110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F3199; }

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

 H1.HeaderClassName
 {
   color: #2F3199;
 }
 .AnyTagClassName
 {
   color: #2F3199;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #2F3199;
 }
 .BgClassName
 {
   background-color: #2F3199;
 }
</style>
border-color css

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

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

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