#2F6569

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

Shades of Blumine #2F6569

Tints of Blumine #2F6569

Color information

#2F6569 (or 0x2F6569) is unknown color: approx Blumine. HEX triplet: 2F, 65 and 69. RGB value is (47,101,105). Sum of RGB (Red+Green+Blue) = 47+101+105=253 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.58% from 253); Green value is 101 (39.84% from 255 or 39.92% from 253); Blue value is 105 (41.41% from 255 or 41.50% from 253); Max value from RGB is 105 - color contains mainly: blue. Hex color #2F6569 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6569 is #D09A96. Grayscale: #555555. Windows color (decimal): -13671063 or 6907183. OLE color: 6907183.

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

Color convert

RGB47101105-
CMYK0.550.0400.59
HSL184.14º38.16%29.8%-
HSV(B)184.14º55.24%41.18%-
XYZ8.3810.9315.03-
YUV85.31139.11100.67-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.58%
GREEN value IS 101 (39.84% from 255) = 39.92%
BLUE value IS 105 (41.41% from 255) = 41.50%
R=18.58%
G=39.92%
B=41.50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal471011050.550.0400.59184.1438.1629.8
Hex2F656937403Bb8261e
Octal571451516740732704636
Binary1011111100101110100111011110001110111011100010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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