#2F269D

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

Shades of Dark Slate Blue #2F269D

Tints of Dark Slate Blue #2F269D

Color information

#2F269D (or 0x2F269D) is unknown color: approx Dark Slate Blue. HEX triplet: 2F, 26 and 9D. RGB value is (47,38,157). Sum of RGB (Red+Green+Blue) = 47+38+157=242 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.42% from 242); Green value is 38 (15.23% from 255 or 15.70% from 242); Blue value is 157 (61.72% from 255 or 64.88% from 242); Max value from RGB is 157 - color contains mainly: blue. Hex color #2F269D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F269D is #D0D962. Grayscale: #353535. Windows color (decimal): -13687139 or 10298927. OLE color: 10298927.

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

Color convert

RGB4738157-
CMYK0.700.7600.38
HSL244.54º61.03%38.24%-
HSV(B)244.54º75.8%61.57%-
XYZ7.954.4232.33-
YUV54.26185.98122.82-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.42%
GREEN value IS 38 (15.23% from 255) = 15.70%
BLUE value IS 157 (61.72% from 255) = 64.88%
R=19.42%
G=15.70%
B=64.88%

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
Decimal47381570.700.7600.38244.5461.0338.24
Hex2F269D464C026f53d26
Octal57462351061140463657546
Binary1011111001101001110110001101001100010011011110101111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F269D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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