#2F2896

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

Shades of Dark Slate Blue #2F2896

Tints of Dark Slate Blue #2F2896

Color information

#2F2896 (or 0x2F2896) is unknown color: approx Dark Slate Blue. HEX triplet: 2F, 28 and 96. RGB value is (47,40,150). Sum of RGB (Red+Green+Blue) = 47+40+150=237 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.83% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 150 (58.98% from 255 or 63.29% from 237); Max value from RGB is 150 - color contains mainly: blue. Hex color #2F2896 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2896 is #D0D769. Grayscale: #363636. Windows color (decimal): -13686634 or 9840687. OLE color: 9840687.

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

Color convert

RGB4740150-
CMYK0.690.7300.41
HSL243.82º57.89%37.25%-
HSV(B)243.82º73.33%58.82%-
XYZ7.444.3229.3-
YUV54.63181.82122.56-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.83%
GREEN value IS 40 (16.02% from 255) = 16.88%
BLUE value IS 150 (58.98% from 255) = 63.29%
R=19.83%
G=16.88%
B=63.29%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal47401500.690.7300.41243.8257.8937.25
Hex2F28964549029f43a25
Octal57502261051110513647245
Binary1011111010001001011010001011001001010100111110100111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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