#2F6167

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

Shades of Blumine #2F6167

Tints of Blumine #2F6167

Color information

#2F6167 (or 0x2F6167) is unknown color: approx Blumine. HEX triplet: 2F, 61 and 67. RGB value is (47,97,103). Sum of RGB (Red+Green+Blue) = 47+97+103=247 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.03% from 247); Green value is 97 (38.28% from 255 or 39.27% from 247); Blue value is 103 (40.62% from 255 or 41.70% from 247); Max value from RGB is 103 - color contains mainly: blue. Hex color #2F6167 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6167 is #D09E98. Grayscale: #525252. Windows color (decimal): -13672089 or 6775087. OLE color: 6775087.

HSL color Cylindrical-coordinate representation of color #2F6167: hue angle of 186.43º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2F6167 is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4797103-
CMYK0.540.0600.60
HSL186.43º37.33%29.41%-
HSV(B)186.43º54.37%40.39%-
XYZ7.910.1314.37-
YUV82.73139.44102.51-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.03%
GREEN value IS 97 (38.28% from 255) = 39.27%
BLUE value IS 103 (40.62% from 255) = 41.70%
R=19.03%
G=39.27%
B=41.70%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal47971030.540.0600.60186.4337.3329.41
Hex2F616736603Cba251d
Octal571411476660742724535
Binary1011111100001110011111011011001111001011101010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,97,103); }

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

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

 a { background-color: rgb(47,97,103); }

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

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

 span { border-color: rgb(47,97,103); }

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