#2A6269

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

Shades of Blumine #2A6269

Tints of Blumine #2A6269

Color information

#2A6269 (or 0x2A6269) is unknown color: approx Blumine. HEX triplet: 2A, 62 and 69. RGB value is (42,98,105). Sum of RGB (Red+Green+Blue) = 42+98+105=245 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.14% from 245); Green value is 98 (38.67% from 255 or 40% from 245); Blue value is 105 (41.41% from 255 or 42.86% from 245); Max value from RGB is 105 - color contains mainly: blue. Hex color #2A6269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6269 is #D59D96. Grayscale: #515151. Windows color (decimal): -13999511 or 6906410. OLE color: 6906410.

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

Color convert

RGB4298105-
CMYK0.60.0700.59
HSL186.67º42.86%28.82%-
HSV(B)186.67º60%41.18%-
XYZ7.8710.2514.93-
YUV82.05140.9599.43-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.14%
GREEN value IS 98 (38.67% from 255) = 40%
BLUE value IS 105 (41.41% from 255) = 42.86%
R=17.14%
G=40%
B=42.86%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal42981050.60.0700.59186.6742.8628.82
Hex2A62693C703Bbb2b1d
Octal521421517470732735335
Binary1010101100010110100111110011101110111011101110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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