#2A5E6C

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

Shades of Blumine #2A5E6C

Tints of Blumine #2A5E6C

Color information

#2A5E6C (or 0x2A5E6C) is unknown color: approx Blumine. HEX triplet: 2A, 5E and 6C. RGB value is (42,94,108). Sum of RGB (Red+Green+Blue) = 42+94+108=244 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.21% from 244); Green value is 94 (37.11% from 255 or 38.52% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 108 - color contains mainly: blue. Hex color #2A5E6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5E6C is #D5A193. Grayscale: #4F4F4F. Windows color (decimal): -14000532 or 7101994. OLE color: 7101994.

HSL color Cylindrical-coordinate representation of color #2A5E6C: hue angle of 192.73º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2A5E6C is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4294108-
CMYK0.610.1300.58
HSL192.73º44%29.41%-
HSV(B)192.73º61.11%42.35%-
XYZ7.669.5815.63-
YUV80.05143.77100.86-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.21%
GREEN value IS 94 (37.11% from 255) = 38.52%
BLUE value IS 108 (42.58% from 255) = 44.26%
R=17.21%
G=38.52%
B=44.26%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal42941080.610.1300.58192.734429.41
Hex2A5E6C3DD03Ac12c1d
Octal5213615475150723015435
Binary10101010111101101100111101110101110101100000110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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