#2A606E

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

Shades of Blumine #2A606E

Tints of Blumine #2A606E

Color information

#2A606E (or 0x2A606E) is unknown color: approx Blumine. HEX triplet: 2A, 60 and 6E. RGB value is (42,96,110). Sum of RGB (Red+Green+Blue) = 42+96+110=248 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.94% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 110 (43.36% from 255 or 44.35% from 248); Max value from RGB is 110 - color contains mainly: blue. Hex color #2A606E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A606E is #D59F91. Grayscale: #515151. Windows color (decimal): -14000018 or 7233578. OLE color: 7233578.

HSL color Cylindrical-coordinate representation of color #2A606E: hue angle of 192.35º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2A606E is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4296110-
CMYK0.620.1300.57
HSL192.35º44.74%29.8%-
HSV(B)192.35º61.82%43.14%-
XYZ7.959.9816.26-
YUV81.45144.1199.86-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.94%
GREEN value IS 96 (37.89% from 255) = 38.71%
BLUE value IS 110 (43.36% from 255) = 44.35%
R=16.94%
G=38.71%
B=44.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal42961100.620.1300.57192.3544.7429.8
Hex2A606E3ED039c02d1e
Octal5214015676150713005536
Binary10101011000001101110111110110101110011100000010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A606E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,96,110); }

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

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

 a { background-color: rgb(42,96,110); }

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

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

 span { border-color: rgb(42,96,110); }

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