#2F5963

Color #2F5963 Blumine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blumine #2F5963

Tints of Blumine #2F5963

Color information

#2F5963 (or 0x2F5963) is unknown color: approx Blumine. HEX triplet: 2F, 59 and 63. RGB value is (47,89,99). Sum of RGB (Red+Green+Blue) = 47+89+99=235 (31% of max value = 765). Red value is 47 (18.75% from 255 or 20% from 235); Green value is 89 (35.16% from 255 or 37.87% from 235); Blue value is 99 (39.06% from 255 or 42.13% from 235); Max value from RGB is 99 - color contains mainly: blue. Hex color #2F5963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5963 is #D0A69C. Grayscale: #4D4D4D. Windows color (decimal): -13674141 or 6510895. OLE color: 6510895.

HSL color Cylindrical-coordinate representation of color #2F5963: hue angle of 191.54º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2F5963 is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB478999-
CMYK0.530.1000.61
HSL191.54º35.62%28.63%-
HSV(B)191.54º52.53%38.82%-
XYZ78.6513.11-
YUV77.58140.09106.19-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20%
GREEN value IS 89 (35.16% from 255) = 37.87%
BLUE value IS 99 (39.06% from 255) = 42.13%
R=20%
G=37.87%
B=42.13%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4789990.530.1000.61191.5435.6228.63
Hex2F596335A03Dc0241d
Octal5713114365120753004435
Binary10111110110011100011110101101001111011100000010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,89,99); }

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

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

 a { background-color: rgb(47,89,99); }

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

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

 span { border-color: rgb(47,89,99); }

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