#2F2699

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

Shades of Dark Slate Blue #2F2699

Tints of Dark Slate Blue #2F2699

Color information

#2F2699 (or 0x2F2699) is unknown color: approx Dark Slate Blue. HEX triplet: 2F, 26 and 99. RGB value is (47,38,153). Sum of RGB (Red+Green+Blue) = 47+38+153=238 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.75% from 238); Green value is 38 (15.23% from 255 or 15.97% from 238); Blue value is 153 (60.16% from 255 or 64.29% from 238); Max value from RGB is 153 - color contains mainly: blue. Hex color #2F2699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2699 is #D0D966. Grayscale: #353535. Windows color (decimal): -13687143 or 10036783. OLE color: 10036783.

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

Color convert

RGB4738153-
CMYK0.690.7500.4
HSL244.7º60.21%37.45%-
HSV(B)244.7º75.16%60%-
XYZ7.624.2930.56-
YUV53.8183.98123.15-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.75%
GREEN value IS 38 (15.23% from 255) = 15.97%
BLUE value IS 153 (60.16% from 255) = 64.29%
R=19.75%
G=15.97%
B=64.29%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal47381530.690.7500.4244.760.2137.45
Hex2F2699454B028f53c25
Octal57462311051130503657445
Binary1011111001101001100110001011001011010100011110101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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