#2F2597

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

Shades of Dark Slate Blue #2F2597

Tints of Dark Slate Blue #2F2597

Color information

#2F2597 (or 0x2F2597) is unknown color: approx Dark Slate Blue. HEX triplet: 2F, 25 and 97. RGB value is (47,37,151). Sum of RGB (Red+Green+Blue) = 47+37+151=235 (31% of max value = 765). Red value is 47 (18.75% from 255 or 20% from 235); Green value is 37 (14.84% from 255 or 15.74% from 235); Blue value is 151 (59.38% from 255 or 64.26% from 235); Max value from RGB is 151 - color contains mainly: blue. Hex color #2F2597 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2597 is #D0DA68. Grayscale: #343434. Windows color (decimal): -13687401 or 9905455. OLE color: 9905455.

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

Color convert

RGB4737151-
CMYK0.690.7500.41
HSL245.26º60.64%36.86%-
HSV(B)245.26º75.5%59.22%-
XYZ7.424.1629.69-
YUV52.99183.31123.73-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20%
GREEN value IS 37 (14.84% from 255) = 15.74%
BLUE value IS 151 (59.38% from 255) = 64.26%
R=20%
G=15.74%
B=64.26%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal47371510.690.7500.41245.2660.6436.86
Hex2F2597454B029f53d25
Octal57452271051130513657545
Binary1011111001011001011110001011001011010100111110101111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,37,151); }

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

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

 a { background-color: rgb(47,37,151); }

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

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

 span { border-color: rgb(47,37,151); }

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