#2F2796

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

Shades of Dark Slate Blue #2F2796

Tints of Dark Slate Blue #2F2796

Color information

#2F2796 (or 0x2F2796) is unknown color: approx Dark Slate Blue. HEX triplet: 2F, 27 and 96. RGB value is (47,39,150). Sum of RGB (Red+Green+Blue) = 47+39+150=236 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.92% from 236); Green value is 39 (15.62% from 255 or 16.53% from 236); Blue value is 150 (58.98% from 255 or 63.56% from 236); Max value from RGB is 150 - color contains mainly: blue. Hex color #2F2796 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2796 is #D0D869. Grayscale: #353535. Windows color (decimal): -13686890 or 9840431. OLE color: 9840431.

HSL color Cylindrical-coordinate representation of color #2F2796: hue angle of 244.32º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2F2796 is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4739150-
CMYK0.690.7400.41
HSL244.32º58.73%37.06%-
HSV(B)244.32º74%58.82%-
XYZ7.44.2629.29-
YUV54.05182.15122.97-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.92%
GREEN value IS 39 (15.62% from 255) = 16.53%
BLUE value IS 150 (58.98% from 255) = 63.56%
R=19.92%
G=16.53%
B=63.56%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal47391500.690.7400.41244.3258.7337.06
Hex2F2796454A029f43b25
Octal57472261051120513647345
Binary1011111001111001011010001011001010010100111110100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,39,150); }

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

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

 a { background-color: rgb(47,39,150); }

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

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

 span { border-color: rgb(47,39,150); }

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