#2F6568

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

Shades of Blumine #2F6568

Tints of Blumine #2F6568

Color information

#2F6568 (or 0x2F6568) is unknown color: approx Blumine. HEX triplet: 2F, 65 and 68. RGB value is (47,101,104). Sum of RGB (Red+Green+Blue) = 47+101+104=252 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.65% from 252); Green value is 101 (39.84% from 255 or 40.08% from 252); Blue value is 104 (41.02% from 255 or 41.27% from 252); Max value from RGB is 104 - color contains mainly: blue. Hex color #2F6568 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6568 is #D09A97. Grayscale: #555555. Windows color (decimal): -13671064 or 6841647. OLE color: 6841647.

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

Color convert

RGB47101104-
CMYK0.550.0300.59
HSL183.16º37.75%29.61%-
HSV(B)183.16º54.81%40.78%-
XYZ8.3210.9114.76-
YUV85.2138.61100.76-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.65%
GREEN value IS 101 (39.84% from 255) = 40.08%
BLUE value IS 104 (41.02% from 255) = 41.27%
R=18.65%
G=40.08%
B=41.27%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal471011040.550.0300.59183.1637.7529.61
Hex2F656837303Bb7261e
Octal571451506730732674636
Binary101111110010111010001101111101110111011011110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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