#2F2A95

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

Shades of Dark Slate Blue #2F2A95

Tints of Dark Slate Blue #2F2A95

Color information

#2F2A95 (or 0x2F2A95) is unknown color: approx Dark Slate Blue. HEX triplet: 2F, 2A and 95. RGB value is (47,42,149). Sum of RGB (Red+Green+Blue) = 47+42+149=238 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.75% from 238); Green value is 42 (16.80% from 255 or 17.65% from 238); Blue value is 149 (58.59% from 255 or 62.61% from 238); Max value from RGB is 149 - color contains mainly: blue. Hex color #2F2A95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2A95 is #D0D56A. Grayscale: #373737. Windows color (decimal): -13686123 or 9775663. OLE color: 9775663.

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

Color convert

RGB4742149-
CMYK0.680.7200.42
HSL242.8º56.02%37.45%-
HSV(B)242.8º71.81%58.43%-
XYZ7.434.4328.9-
YUV55.69180.66121.8-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.75%
GREEN value IS 42 (16.80% from 255) = 17.65%
BLUE value IS 149 (58.59% from 255) = 62.61%
R=19.75%
G=17.65%
B=62.61%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal47421490.680.7200.42242.856.0237.45
Hex2F2A95444802Af33825
Octal57522251041100523637045
Binary1011111010101001010110001001001000010101011110011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,42,149); }

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

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

 a { background-color: rgb(47,42,149); }

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

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

 span { border-color: rgb(47,42,149); }

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