#2F2994

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

Shades of Dark Slate Blue #2F2994

Tints of Dark Slate Blue #2F2994

Color information

#2F2994 (or 0x2F2994) is unknown color: approx Dark Slate Blue. HEX triplet: 2F, 29 and 94. RGB value is (47,41,148). Sum of RGB (Red+Green+Blue) = 47+41+148=236 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.92% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 148 (58.20% from 255 or 62.71% from 236); Max value from RGB is 148 - color contains mainly: blue. Hex color #2F2994 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2994 is #D0D66B. Grayscale: #363636. Windows color (decimal): -13686380 or 9709871. OLE color: 9709871.

HSL color Cylindrical-coordinate representation of color #2F2994: hue angle of 243.36º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F2994 is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4741148-
CMYK0.680.7200.42
HSL243.36º56.61%37.06%-
HSV(B)243.36º72.3%58.04%-
XYZ7.314.3328.47-
YUV54.99180.49122.3-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.92%
GREEN value IS 41 (16.41% from 255) = 17.37%
BLUE value IS 148 (58.20% from 255) = 62.71%
R=19.92%
G=17.37%
B=62.71%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal47411480.680.7200.42243.3656.6137.06
Hex2F2994444802Af33925
Octal57512241041100523637145
Binary1011111010011001010010001001001000010101011110011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,41,148); }

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

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

 a { background-color: rgb(47,41,148); }

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

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

 span { border-color: rgb(47,41,148); }

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