#2F6469

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

Shades of Blumine #2F6469

Tints of Blumine #2F6469

Color information

#2F6469 (or 0x2F6469) is unknown color: approx Blumine. HEX triplet: 2F, 64 and 69. RGB value is (47,100,105). Sum of RGB (Red+Green+Blue) = 47+100+105=252 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.65% from 252); Green value is 100 (39.45% from 255 or 39.68% from 252); Blue value is 105 (41.41% from 255 or 41.67% from 252); Max value from RGB is 105 - color contains mainly: blue. Hex color #2F6469 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6469 is #D09B96. Grayscale: #545454. Windows color (decimal): -13671319 or 6906927. OLE color: 6906927.

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

Color convert

RGB47100105-
CMYK0.550.0500.59
HSL185.17º38.16%29.8%-
HSV(B)185.17º55.24%41.18%-
XYZ8.2810.7415-
YUV84.72139.44101.09-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.65%
GREEN value IS 100 (39.45% from 255) = 39.68%
BLUE value IS 105 (41.41% from 255) = 41.67%
R=18.65%
G=39.68%
B=41.67%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal471001050.550.0500.59185.1738.1629.8
Hex2F646937503Bb9261e
Octal571441516750732714636
Binary1011111100100110100111011110101110111011100110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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