#2F5B69

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

Shades of Blumine #2F5B69

Tints of Blumine #2F5B69

Color information

#2F5B69 (or 0x2F5B69) is unknown color: approx Blumine. HEX triplet: 2F, 5B and 69. RGB value is (47,91,105). Sum of RGB (Red+Green+Blue) = 47+91+105=243 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.34% from 243); Green value is 91 (35.94% from 255 or 37.45% from 243); Blue value is 105 (41.41% from 255 or 43.21% from 243); Max value from RGB is 105 - color contains mainly: blue. Hex color #2F5B69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5B69 is #D0A496. Grayscale: #4F4F4F. Windows color (decimal): -13673623 or 6904623. OLE color: 6904623.

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

Color convert

RGB4791105-
CMYK0.550.1300.59
HSL194.48º38.16%29.8%-
HSV(B)194.48º55.24%41.18%-
XYZ7.469.1114.73-
YUV79.44142.42104.86-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.34%
GREEN value IS 91 (35.94% from 255) = 37.45%
BLUE value IS 105 (41.41% from 255) = 43.21%
R=19.34%
G=37.45%
B=43.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal47911050.550.1300.59194.4838.1629.8
Hex2F5B6937D03Bc2261e
Octal5713315167150733024636
Binary10111110110111101001110111110101110111100001010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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