#2F5969

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

Shades of Blumine #2F5969

Tints of Blumine #2F5969

Color information

#2F5969 (or 0x2F5969) is unknown color: approx Blumine. HEX triplet: 2F, 59 and 69. RGB value is (47,89,105). Sum of RGB (Red+Green+Blue) = 47+89+105=241 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.50% from 241); Green value is 89 (35.16% from 255 or 36.93% from 241); Blue value is 105 (41.41% from 255 or 43.57% from 241); Max value from RGB is 105 - color contains mainly: blue. Hex color #2F5969 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5969 is #D0A696. Grayscale: #4E4E4E. Windows color (decimal): -13674135 or 6904111. OLE color: 6904111.

HSL color Cylindrical-coordinate representation of color #2F5969: hue angle of 196.55º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2F5969 is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4789105-
CMYK0.550.1500.59
HSL196.55º38.16%29.8%-
HSV(B)196.55º55.24%41.18%-
XYZ7.298.7714.67-
YUV78.27143.09105.7-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.50%
GREEN value IS 89 (35.16% from 255) = 36.93%
BLUE value IS 105 (41.41% from 255) = 43.57%
R=19.50%
G=36.93%
B=43.57%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal47891050.550.1500.59196.5538.1629.8
Hex2F596937F03Bc5261e
Octal5713115167170733054636
Binary10111110110011101001110111111101110111100010110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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