#2A5961

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

Shades of Blumine #2A5961

Tints of Blumine #2A5961

Color information

#2A5961 (or 0x2A5961) is unknown color: approx Blumine. HEX triplet: 2A, 59 and 61. RGB value is (42,89,97). Sum of RGB (Red+Green+Blue) = 42+89+97=228 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.42% from 228); Green value is 89 (35.16% from 255 or 39.04% from 228); Blue value is 97 (38.28% from 255 or 42.54% from 228); Max value from RGB is 97 - color contains mainly: blue. Hex color #2A5961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5961 is #D5A69E. Grayscale: #4B4B4B. Windows color (decimal): -14001823 or 6379818. OLE color: 6379818.

HSL color Cylindrical-coordinate representation of color #2A5961: hue angle of 188.73º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2A5961 is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB428997-
CMYK0.570.0800.62
HSL188.73º39.57%27.25%-
HSV(B)188.73º56.7%38.04%-
XYZ6.688.512.6-
YUV75.86139.93103.85-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.42%
GREEN value IS 89 (35.16% from 255) = 39.04%
BLUE value IS 97 (38.28% from 255) = 42.54%
R=18.42%
G=39.04%
B=42.54%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4289970.570.0800.62188.7339.5727.25
Hex2A596139803Ebd281b
Octal5213114171100762755033
Binary10101010110011100001111001100001111101011110110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,89,97); }

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

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

 a { background-color: rgb(42,89,97); }

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

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

 span { border-color: rgb(42,89,97); }

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