#2A606C

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

Shades of Blumine #2A606C

Tints of Blumine #2A606C

Color information

#2A606C (or 0x2A606C) is unknown color: approx Blumine. HEX triplet: 2A, 60 and 6C. RGB value is (42,96,108). Sum of RGB (Red+Green+Blue) = 42+96+108=246 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.07% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 108 (42.58% from 255 or 43.90% from 246); Max value from RGB is 108 - color contains mainly: blue. Hex color #2A606C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A606C is #D59F93. Grayscale: #515151. Windows color (decimal): -14000020 or 7102506. OLE color: 7102506.

HSL color Cylindrical-coordinate representation of color #2A606C: hue angle of 190.91º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2A606C is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4296108-
CMYK0.610.1100.58
HSL190.91º44%29.41%-
HSV(B)190.91º61.11%42.35%-
XYZ7.849.9415.69-
YUV81.22143.11100.02-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.07%
GREEN value IS 96 (37.89% from 255) = 39.02%
BLUE value IS 108 (42.58% from 255) = 43.90%
R=17.07%
G=39.02%
B=43.90%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal42961080.610.1100.58190.914429.41
Hex2A606C3DB03Abf2c1d
Octal5214015475130722775435
Binary10101011000001101100111101101101110101011111110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A606C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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