#2C6269

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

Shades of Blumine #2C6269

Tints of Blumine #2C6269

Color information

#2C6269 (or 0x2C6269) is unknown color: approx Blumine. HEX triplet: 2C, 62 and 69. RGB value is (44,98,105). Sum of RGB (Red+Green+Blue) = 44+98+105=247 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.81% from 247); Green value is 98 (38.67% from 255 or 39.68% from 247); Blue value is 105 (41.41% from 255 or 42.51% from 247); Max value from RGB is 105 - color contains mainly: blue. Hex color #2C6269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C6269 is #D39D96. Grayscale: #525252. Windows color (decimal): -13868439 or 6906412. OLE color: 6906412.

HSL color Cylindrical-coordinate representation of color #2C6269: hue angle of 186.89º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2C6269 is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4498105-
CMYK0.580.0700.59
HSL186.89º40.94%29.22%-
HSV(B)186.89º58.1%41.18%-
XYZ7.9610.2914.93-
YUV82.65140.61100.43-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.81%
GREEN value IS 98 (38.67% from 255) = 39.68%
BLUE value IS 105 (41.41% from 255) = 42.51%
R=17.81%
G=39.68%
B=42.51%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal44981050.580.0700.59186.8940.9429.22
Hex2C62693A703Bbb291d
Octal541421517270732735135
Binary1011001100010110100111101011101110111011101110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,98,105); }

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

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

 a { background-color: rgb(44,98,105); }

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

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

 span { border-color: rgb(44,98,105); }

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