#2D2994

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

Shades of Dark Slate Blue #2D2994

Tints of Dark Slate Blue #2D2994

Color information

#2D2994 (or 0x2D2994) is unknown color: approx Dark Slate Blue. HEX triplet: 2D, 29 and 94. RGB value is (45,41,148). Sum of RGB (Red+Green+Blue) = 45+41+148=234 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.23% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 148 (58.20% from 255 or 63.25% from 234); Max value from RGB is 148 - color contains mainly: blue. Hex color #2D2994 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D2994 is #D2D66B. Grayscale: #353535. Windows color (decimal): -13817452 or 9709869. OLE color: 9709869.

HSL color Cylindrical-coordinate representation of color #2D2994: hue angle of 242.24º 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 #2D2994 is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4541148-
CMYK0.700.7200.42
HSL242.24º56.61%37.06%-
HSV(B)242.24º72.3%58.04%-
XYZ7.224.2828.46-
YUV54.39180.83121.3-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.23%
GREEN value IS 41 (16.41% from 255) = 17.52%
BLUE value IS 148 (58.20% from 255) = 63.25%
R=19.23%
G=17.52%
B=63.25%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal45411480.700.7200.42242.2456.6137.06
Hex2D2994464802Af23925
Octal55512241061100523627145
Binary1011011010011001010010001101001000010101011110010111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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