#2E2F9B

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

Shades of Dark Slate Blue #2E2F9B

Tints of Dark Slate Blue #2E2F9B

Color information

#2E2F9B (or 0x2E2F9B) is unknown color: approx Dark Slate Blue. HEX triplet: 2E, 2F and 9B. RGB value is (46,47,155). Sum of RGB (Red+Green+Blue) = 46+47+155=248 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.55% from 248); Green value is 47 (18.75% from 255 or 18.95% from 248); Blue value is 155 (60.94% from 255 or 62.5% from 248); Max value from RGB is 155 - color contains mainly: blue. Hex color #2E2F9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E2F9B is #D1D064. Grayscale: #3A3A3A. Windows color (decimal): -13750373 or 10170158. OLE color: 10170158.

HSL color Cylindrical-coordinate representation of color #2E2F9B: hue angle of 239.45º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E2F9B is Cyan = 0.70, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4647155-
CMYK0.700.7000.39
HSL239.45º54.23%39.41%-
HSV(B)239.45º70.32%60.78%-
XYZ8.064.9831.55-
YUV59.01182.17118.72-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.55%
GREEN value IS 47 (18.75% from 255) = 18.95%
BLUE value IS 155 (60.94% from 255) = 62.5%
R=18.55%
G=18.95%
B=62.5%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal46471550.700.7000.39239.4554.2339.41
Hex2E2F9B4646027ef3627
Octal56572331061060473576647
Binary1011101011111001101110001101000110010011111101111110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,47,155); }

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

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

 a { background-color: rgb(46,47,155); }

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

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

 span { border-color: rgb(46,47,155); }

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