#2F269F

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

Shades of Dark Slate Blue #2F269F

Tints of Dark Slate Blue #2F269F

Color information

#2F269F (or 0x2F269F) is unknown color: approx Dark Slate Blue. HEX triplet: 2F, 26 and 9F. RGB value is (47,38,159). Sum of RGB (Red+Green+Blue) = 47+38+159=244 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.26% from 244); Green value is 38 (15.23% from 255 or 15.57% from 244); Blue value is 159 (62.5% from 255 or 65.16% from 244); Max value from RGB is 159 - color contains mainly: blue. Hex color #2F269F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F269F is #D0D960. Grayscale: #363636. Windows color (decimal): -13687137 or 10429999. OLE color: 10429999.

HSL color Cylindrical-coordinate representation of color #2F269F: hue angle of 244.46º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2F269F is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4738159-
CMYK0.700.7600.38
HSL244.46º61.42%38.63%-
HSV(B)244.46º76.1%62.35%-
XYZ8.124.4933.24-
YUV54.48186.98122.66-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.26%
GREEN value IS 38 (15.23% from 255) = 15.57%
BLUE value IS 159 (62.5% from 255) = 65.16%
R=19.26%
G=15.57%
B=65.16%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal47381590.700.7600.38244.4661.4238.63
Hex2F269F464C026f43d27
Octal57462371061140463647547
Binary1011111001101001111110001101001100010011011110100111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F269F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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