#2A5E73

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

Shades of Blumine #2A5E73

Tints of Blumine #2A5E73

Color information

#2A5E73 (or 0x2A5E73) is unknown color: approx Blumine. HEX triplet: 2A, 5E and 73. RGB value is (42,94,115). Sum of RGB (Red+Green+Blue) = 42+94+115=251 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.73% from 251); Green value is 94 (37.11% from 255 or 37.45% from 251); Blue value is 115 (45.31% from 255 or 45.82% from 251); Max value from RGB is 115 - color contains mainly: blue. Hex color #2A5E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5E73 is #D5A18C. Grayscale: #505050. Windows color (decimal): -14000525 or 7560746. OLE color: 7560746.

HSL color Cylindrical-coordinate representation of color #2A5E73: hue angle of 197.26º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2A5E73 is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4294115-
CMYK0.630.1800.55
HSL197.26º46.5%30.78%-
HSV(B)197.26º63.48%45.1%-
XYZ8.059.7417.67-
YUV80.85147.27100.29-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.73%
GREEN value IS 94 (37.11% from 255) = 37.45%
BLUE value IS 115 (45.31% from 255) = 45.82%
R=16.73%
G=37.45%
B=45.82%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal42941150.630.1800.55197.2646.530.78
Hex2A5E733F12037c52e1f
Octal5213616377220673055637
Binary101010101111011100111111111001001101111100010110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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