#2C299A

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

Shades of Dark Slate Blue #2C299A

Tints of Dark Slate Blue #2C299A

Color information

#2C299A (or 0x2C299A) is unknown color: approx Dark Slate Blue. HEX triplet: 2C, 29 and 9A. RGB value is (44,41,154). Sum of RGB (Red+Green+Blue) = 44+41+154=239 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.41% from 239); Green value is 41 (16.41% from 255 or 17.15% from 239); Blue value is 154 (60.55% from 255 or 64.44% from 239); Max value from RGB is 154 - color contains mainly: blue. Hex color #2C299A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C299A is #D3D665. Grayscale: #363636. Windows color (decimal): -13882982 or 10103084. OLE color: 10103084.

HSL color Cylindrical-coordinate representation of color #2C299A: hue angle of 241.59º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2C299A is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4441154-
CMYK0.710.7300.40
HSL241.59º57.95%38.24%-
HSV(B)241.59º73.38%60.39%-
XYZ7.664.4531.03-
YUV54.78183.99120.31-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.41%
GREEN value IS 41 (16.41% from 255) = 17.15%
BLUE value IS 154 (60.55% from 255) = 64.44%
R=18.41%
G=17.15%
B=64.44%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal44411540.710.7300.40241.5957.9538.24
Hex2C299A4749028f23a26
Octal54512321071110503627246
Binary1011001010011001101010001111001001010100011110010111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C299A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,41,154); }

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

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

 a { background-color: rgb(44,41,154); }

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

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

 span { border-color: rgb(44,41,154); }

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