#2A5962

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

Shades of Blumine #2A5962

Tints of Blumine #2A5962

Color information

#2A5962 (or 0x2A5962) is unknown color: approx Blumine. HEX triplet: 2A, 59 and 62. RGB value is (42,89,98). Sum of RGB (Red+Green+Blue) = 42+89+98=229 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.34% from 229); Green value is 89 (35.16% from 255 or 38.86% from 229); Blue value is 98 (38.67% from 255 or 42.79% from 229); Max value from RGB is 98 - color contains mainly: blue. Hex color #2A5962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5962 is #D5A69D. Grayscale: #4B4B4B. Windows color (decimal): -14001822 or 6445354. OLE color: 6445354.

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

Color convert

RGB428998-
CMYK0.570.0900.62
HSL189.64º40%27.45%-
HSV(B)189.64º57.14%38.43%-
XYZ6.738.5212.84-
YUV75.97140.43103.77-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.34%
GREEN value IS 89 (35.16% from 255) = 38.86%
BLUE value IS 98 (38.67% from 255) = 42.79%
R=18.34%
G=38.86%
B=42.79%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4289980.570.0900.62189.644027.45
Hex2A596239903Ebe281b
Octal5213114271110762765033
Binary10101010110011100010111001100101111101011111010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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