#2A5E71

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

Shades of Blumine #2A5E71

Tints of Blumine #2A5E71

Color information

#2A5E71 (or 0x2A5E71) is unknown color: approx Blumine. HEX triplet: 2A, 5E and 71. RGB value is (42,94,113). Sum of RGB (Red+Green+Blue) = 42+94+113=249 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.87% from 249); Green value is 94 (37.11% from 255 or 37.75% from 249); Blue value is 113 (44.53% from 255 or 45.38% from 249); Max value from RGB is 113 - color contains mainly: blue. Hex color #2A5E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5E71 is #D5A18E. Grayscale: #505050. Windows color (decimal): -14000527 or 7429674. OLE color: 7429674.

HSL color Cylindrical-coordinate representation of color #2A5E71: hue angle of 196.06º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2A5E71 is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4294113-
CMYK0.630.1700.56
HSL196.06º45.81%30.39%-
HSV(B)196.06º62.83%44.31%-
XYZ7.949.6917.07-
YUV80.62146.27100.46-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.87%
GREEN value IS 94 (37.11% from 255) = 37.75%
BLUE value IS 113 (44.53% from 255) = 45.38%
R=16.87%
G=37.75%
B=45.38%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal42941130.630.1700.56196.0645.8130.39
Hex2A5E713F11038c42e1e
Octal5213616177210703045636
Binary101010101111011100011111111000101110001100010010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,94,113); }

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

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

 a { background-color: rgb(42,94,113); }

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

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

 span { border-color: rgb(42,94,113); }

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