#2F6069

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

Shades of Blumine #2F6069

Tints of Blumine #2F6069

Color information

#2F6069 (or 0x2F6069) is unknown color: approx Blumine. HEX triplet: 2F, 60 and 69. RGB value is (47,96,105). Sum of RGB (Red+Green+Blue) = 47+96+105=248 (32% of max value = 765). Red value is 47 (18.75% from 255 or 18.95% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 105 (41.41% from 255 or 42.34% from 248); Max value from RGB is 105 - color contains mainly: blue. Hex color #2F6069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6069 is #D09F96. Grayscale: #525252. Windows color (decimal): -13672343 or 6905903. OLE color: 6905903.

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

Color convert

RGB4796105-
CMYK0.550.0900.59
HSL189.31º38.16%29.8%-
HSV(B)189.31º55.24%41.18%-
XYZ7.99.9914.88-
YUV82.38140.77102.77-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.95%
GREEN value IS 96 (37.89% from 255) = 38.71%
BLUE value IS 105 (41.41% from 255) = 42.34%
R=18.95%
G=38.71%
B=42.34%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal47961050.550.0900.59189.3138.1629.8
Hex2F606937903Bbd261e
Octal5714015167110732754636
Binary10111111000001101001110111100101110111011110110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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