#2A5E6E

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

Shades of Blumine #2A5E6E

Tints of Blumine #2A5E6E

Color information

#2A5E6E (or 0x2A5E6E) is unknown color: approx Blumine. HEX triplet: 2A, 5E and 6E. RGB value is (42,94,110). Sum of RGB (Red+Green+Blue) = 42+94+110=246 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.07% from 246); Green value is 94 (37.11% from 255 or 38.21% from 246); Blue value is 110 (43.36% from 255 or 44.72% from 246); Max value from RGB is 110 - color contains mainly: blue. Hex color #2A5E6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5E6E is #D5A191. Grayscale: #505050. Windows color (decimal): -14000530 or 7233066. OLE color: 7233066.

HSL color Cylindrical-coordinate representation of color #2A5E6E: hue angle of 194.12º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2A5E6E is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4294110-
CMYK0.620.1500.57
HSL194.12º44.74%29.8%-
HSV(B)194.12º61.82%43.14%-
XYZ7.779.6216.2-
YUV80.28144.77100.7-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.07%
GREEN value IS 94 (37.11% from 255) = 38.21%
BLUE value IS 110 (43.36% from 255) = 44.72%
R=17.07%
G=38.21%
B=44.72%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal42941100.620.1500.57194.1244.7429.8
Hex2A5E6E3EF039c22d1e
Octal5213615676170713025536
Binary10101010111101101110111110111101110011100001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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