#2C2B99

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

Shades of Dark Slate Blue #2C2B99

Tints of Dark Slate Blue #2C2B99

Color information

#2C2B99 (or 0x2C2B99) is unknown color: approx Dark Slate Blue. HEX triplet: 2C, 2B and 99. RGB value is (44,43,153). Sum of RGB (Red+Green+Blue) = 44+43+153=240 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.33% from 240); Green value is 43 (17.19% from 255 or 17.92% from 240); Blue value is 153 (60.16% from 255 or 63.75% from 240); Max value from RGB is 153 - color contains mainly: blue. Hex color #2C2B99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C2B99 is #D3D466. Grayscale: #373737. Windows color (decimal): -13882471 or 10038060. OLE color: 10038060.

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

Color convert

RGB4443153-
CMYK0.710.7200.4
HSL240.55º56.12%38.43%-
HSV(B)240.55º71.9%60%-
XYZ7.654.5630.61-
YUV55.84182.83119.56-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.33%
GREEN value IS 43 (17.19% from 255) = 17.92%
BLUE value IS 153 (60.16% from 255) = 63.75%
R=18.33%
G=17.92%
B=63.75%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal44431530.710.7200.4240.5556.1238.43
Hex2C2B994748028f13826
Octal54532311071100503617046
Binary1011001010111001100110001111001000010100011110001111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,43,153); }

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

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

 a { background-color: rgb(44,43,153); }

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

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

 span { border-color: rgb(44,43,153); }

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