#2F249A

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

Shades of Dark Slate Blue #2F249A

Tints of Dark Slate Blue #2F249A

Color information

#2F249A (or 0x2F249A) is unknown color: approx Dark Slate Blue. HEX triplet: 2F, 24 and 9A. RGB value is (47,36,154). Sum of RGB (Red+Green+Blue) = 47+36+154=237 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.83% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 154 (60.55% from 255 or 64.98% from 237); Max value from RGB is 154 - color contains mainly: blue. Hex color #2F249A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F249A is #D0DB65. Grayscale: #343434. Windows color (decimal): -13687654 or 10101807. OLE color: 10101807.

HSL color Cylindrical-coordinate representation of color #2F249A: hue angle of 245.59º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F249A is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4736154-
CMYK0.690.7700.40
HSL245.59º62.11%37.25%-
HSV(B)245.59º76.62%60.39%-
XYZ7.644.230.98-
YUV52.74185.14123.91-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.83%
GREEN value IS 36 (14.45% from 255) = 15.19%
BLUE value IS 154 (60.55% from 255) = 64.98%
R=19.83%
G=15.19%
B=64.98%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal47361540.690.7700.40245.5962.1137.25
Hex2F249A454D028f63e25
Octal57442321051150503667645
Binary1011111001001001101010001011001101010100011110110111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F249A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,36,154); }

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

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

 a { background-color: rgb(47,36,154); }

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

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

 span { border-color: rgb(47,36,154); }

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