#2A656E

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

Shades of Blumine #2A656E

Tints of Blumine #2A656E

Color information

#2A656E (or 0x2A656E) is unknown color: approx Blumine. HEX triplet: 2A, 65 and 6E. RGB value is (42,101,110). Sum of RGB (Red+Green+Blue) = 42+101+110=253 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.60% from 253); Green value is 101 (39.84% from 255 or 39.92% from 253); Blue value is 110 (43.36% from 255 or 43.48% from 253); Max value from RGB is 110 - color contains mainly: blue. Hex color #2A656E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A656E is #D59A91. Grayscale: #545454. Windows color (decimal): -13998738 or 7234858. OLE color: 7234858.

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

Color convert

RGB42101110-
CMYK0.620.0800.57
HSL187.94º44.74%29.8%-
HSV(B)187.94º61.82%43.14%-
XYZ8.4210.9316.42-
YUV84.38142.4597.77-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.60%
GREEN value IS 101 (39.84% from 255) = 39.92%
BLUE value IS 110 (43.36% from 255) = 43.48%
R=16.60%
G=39.92%
B=43.48%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal421011100.620.0800.57187.9444.7429.8
Hex2A656E3E8039bc2d1e
Octal5214515676100712745536
Binary10101011001011101110111110100001110011011110010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A656E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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