#2F3099

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

Shades of Dark Slate Blue #2F3099

Tints of Dark Slate Blue #2F3099

Color information

#2F3099 (or 0x2F3099) is unknown color: approx Dark Slate Blue. HEX triplet: 2F, 30 and 99. RGB value is (47,48,153). Sum of RGB (Red+Green+Blue) = 47+48+153=248 (32% of max value = 765). Red value is 47 (18.75% from 255 or 18.95% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 153 (60.16% from 255 or 61.69% from 248); Max value from RGB is 153 - color contains mainly: blue. Hex color #2F3099 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3099 is #D0CF66. Grayscale: #3B3B3B. Windows color (decimal): -13684583 or 10039343. OLE color: 10039343.

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

Color convert

RGB4748153-
CMYK0.690.6900.4
HSL239.43º53%39.22%-
HSV(B)239.43º69.28%60%-
XYZ7.985.0230.69-
YUV59.67180.67118.96-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.95%
GREEN value IS 48 (19.14% from 255) = 19.35%
BLUE value IS 153 (60.16% from 255) = 61.69%
R=18.95%
G=19.35%
B=61.69%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal47481530.690.6900.4239.435339.22
Hex2F30994545028ef3527
Octal57602311051050503576547
Binary1011111100001001100110001011000101010100011101111110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,48,153); }

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

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

 a { background-color: rgb(47,48,153); }

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

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

 span { border-color: rgb(47,48,153); }

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