#2A6369

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

Shades of Blumine #2A6369

Tints of Blumine #2A6369

Color information

#2A6369 (or 0x2A6369) is unknown color: approx Blumine. HEX triplet: 2A, 63 and 69. RGB value is (42,99,105). Sum of RGB (Red+Green+Blue) = 42+99+105=246 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.07% from 246); Green value is 99 (39.06% from 255 or 40.24% from 246); Blue value is 105 (41.41% from 255 or 42.68% from 246); Max value from RGB is 105 - color contains mainly: blue. Hex color #2A6369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6369 is #D59C96. Grayscale: #525252. Windows color (decimal): -13999255 or 6906666. OLE color: 6906666.

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

Color convert

RGB4299105-
CMYK0.60.0600.59
HSL185.71º42.86%28.82%-
HSV(B)185.71º60%41.18%-
XYZ7.9710.4414.96-
YUV82.64140.6299.01-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.07%
GREEN value IS 99 (39.06% from 255) = 40.24%
BLUE value IS 105 (41.41% from 255) = 42.68%
R=17.07%
G=40.24%
B=42.68%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal42991050.60.0600.59185.7142.8628.82
Hex2A63693C603Bba2b1d
Octal521431517460732725335
Binary1010101100011110100111110011001110111011101010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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