#2A6169

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

Shades of Blumine #2A6169

Tints of Blumine #2A6169

Color information

#2A6169 (or 0x2A6169) is unknown color: approx Blumine. HEX triplet: 2A, 61 and 69. RGB value is (42,97,105). Sum of RGB (Red+Green+Blue) = 42+97+105=244 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.21% from 244); Green value is 97 (38.28% from 255 or 39.75% from 244); Blue value is 105 (41.41% from 255 or 43.03% from 244); Max value from RGB is 105 - color contains mainly: blue. Hex color #2A6169 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6169 is #D59E96. Grayscale: #515151. Windows color (decimal): -13999767 or 6906154. OLE color: 6906154.

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

Color convert

RGB4297105-
CMYK0.60.0800.59
HSL187.62º42.86%28.82%-
HSV(B)187.62º60%41.18%-
XYZ7.7810.0614.9-
YUV81.47141.2899.85-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.21%
GREEN value IS 97 (38.28% from 255) = 39.75%
BLUE value IS 105 (41.41% from 255) = 43.03%
R=17.21%
G=39.75%
B=43.03%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal42971050.60.0800.59187.6242.8628.82
Hex2A61693C803Bbc2b1d
Octal5214115174100732745335
Binary10101011000011101001111100100001110111011110010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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