#2B2795

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

Shades of Dark Slate Blue #2B2795

Tints of Dark Slate Blue #2B2795

Color information

#2B2795 (or 0x2B2795) is unknown color: approx Dark Slate Blue. HEX triplet: 2B, 27 and 95. RGB value is (43,39,149). Sum of RGB (Red+Green+Blue) = 43+39+149=231 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.61% from 231); Green value is 39 (15.62% from 255 or 16.88% from 231); Blue value is 149 (58.59% from 255 or 64.50% from 231); Max value from RGB is 149 - color contains mainly: blue. Hex color #2B2795 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2795 is #D4D86A. Grayscale: #343434. Windows color (decimal): -13949035 or 9774891. OLE color: 9774891.

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

Color convert

RGB4339149-
CMYK0.710.7400.42
HSL242.18º58.51%36.86%-
HSV(B)242.18º73.83%58.43%-
XYZ7.154.1328.86-
YUV52.74182.33121.06-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.61%
GREEN value IS 39 (15.62% from 255) = 16.88%
BLUE value IS 149 (58.59% from 255) = 64.50%
R=18.61%
G=16.88%
B=64.50%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal43391490.710.7400.42242.1858.5136.86
Hex2B2795474A02Af23b25
Octal53472251071120523627345
Binary1010111001111001010110001111001010010101011110010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,39,149); }

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

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

 a { background-color: rgb(43,39,149); }

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

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

 span { border-color: rgb(43,39,149); }

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