#2F289E

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

Shades of Dark Slate Blue #2F289E

Tints of Dark Slate Blue #2F289E

Color information

#2F289E (or 0x2F289E) is unknown color: approx Dark Slate Blue. HEX triplet: 2F, 28 and 9E. RGB value is (47,40,158). Sum of RGB (Red+Green+Blue) = 47+40+158=245 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.18% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 158 (62.11% from 255 or 64.49% from 245); Max value from RGB is 158 - color contains mainly: blue. Hex color #2F289E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F289E is #D0D761. Grayscale: #373737. Windows color (decimal): -13686626 or 10364975. OLE color: 10364975.

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

Color convert

RGB4740158-
CMYK0.700.7500.38
HSL243.56º59.6%38.82%-
HSV(B)243.56º74.68%61.96%-
XYZ8.14.5932.81-
YUV55.54185.82121.91-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.18%
GREEN value IS 40 (16.02% from 255) = 16.33%
BLUE value IS 158 (62.11% from 255) = 64.49%
R=19.18%
G=16.33%
B=64.49%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal47401580.700.7500.38243.5659.638.82
Hex2F289E464B026f43c27
Octal57502361061130463647447
Binary1011111010001001111010001101001011010011011110100111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F289E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,40,158); }

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

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

 a { background-color: rgb(47,40,158); }

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

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

 span { border-color: rgb(47,40,158); }

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