#2F5E69

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

Shades of Blumine #2F5E69

Tints of Blumine #2F5E69

Color information

#2F5E69 (or 0x2F5E69) is unknown color: approx Blumine. HEX triplet: 2F, 5E and 69. RGB value is (47,94,105). Sum of RGB (Red+Green+Blue) = 47+94+105=246 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.11% from 246); Green value is 94 (37.11% from 255 or 38.21% from 246); Blue value is 105 (41.41% from 255 or 42.68% from 246); Max value from RGB is 105 - color contains mainly: blue. Hex color #2F5E69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5E69 is #D0A196. Grayscale: #515151. Windows color (decimal): -13672855 or 6905391. OLE color: 6905391.

HSL color Cylindrical-coordinate representation of color #2F5E69: hue angle of 191.38º 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 #2F5E69 is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4794105-
CMYK0.550.1000.59
HSL191.38º38.16%29.8%-
HSV(B)191.38º55.24%41.18%-
XYZ7.729.6314.82-
YUV81.2141.43103.61-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.11%
GREEN value IS 94 (37.11% from 255) = 38.21%
BLUE value IS 105 (41.41% from 255) = 42.68%
R=19.11%
G=38.21%
B=42.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal47941050.550.1000.59191.3838.1629.8
Hex2F5E6937A03Bbf261e
Octal5713615167120732774636
Binary10111110111101101001110111101001110111011111110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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