#2F279A

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

Shades of Dark Slate Blue #2F279A

Tints of Dark Slate Blue #2F279A

Color information

#2F279A (or 0x2F279A) is unknown color: approx Dark Slate Blue. HEX triplet: 2F, 27 and 9A. RGB value is (47,39,154). Sum of RGB (Red+Green+Blue) = 47+39+154=240 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.58% from 240); Green value is 39 (15.62% from 255 or 16.25% from 240); Blue value is 154 (60.55% from 255 or 64.17% from 240); Max value from RGB is 154 - color contains mainly: blue. Hex color #2F279A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F279A is #D0D865. Grayscale: #363636. Windows color (decimal): -13686886 or 10102575. OLE color: 10102575.

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

Color convert

RGB4739154-
CMYK0.690.7500.40
HSL244.17º59.59%37.84%-
HSV(B)244.17º74.68%60.39%-
XYZ7.734.3931.01-
YUV54.5184.15122.65-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.58%
GREEN value IS 39 (15.62% from 255) = 16.25%
BLUE value IS 154 (60.55% from 255) = 64.17%
R=19.58%
G=16.25%
B=64.17%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal47391540.690.7500.40244.1759.5937.84
Hex2F279A454B028f43c26
Octal57472321051130503647446
Binary1011111001111001101010001011001011010100011110100111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F279A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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