#2A6473

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

Shades of Blumine #2A6473

Tints of Blumine #2A6473

Color information

#2A6473 (or 0x2A6473) is unknown color: approx Blumine. HEX triplet: 2A, 64 and 73. RGB value is (42,100,115). Sum of RGB (Red+Green+Blue) = 42+100+115=257 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.34% from 257); Green value is 100 (39.45% from 255 or 38.91% from 257); Blue value is 115 (45.31% from 255 or 44.75% from 257); Max value from RGB is 115 - color contains mainly: blue. Hex color #2A6473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6473 is #D59B8C. Grayscale: #545454. Windows color (decimal): -13998989 or 7562282. OLE color: 7562282.

HSL color Cylindrical-coordinate representation of color #2A6473: hue angle of 192.33º 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 #2A6473 is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB42100115-
CMYK0.630.1300.55
HSL192.33º46.5%30.78%-
HSV(B)192.33º63.48%45.1%-
XYZ8.6110.8417.86-
YUV84.37145.2897.78-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.34%
GREEN value IS 100 (39.45% from 255) = 38.91%
BLUE value IS 115 (45.31% from 255) = 44.75%
R=16.34%
G=38.91%
B=44.75%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal421001150.630.1300.55192.3346.530.78
Hex2A64733FD037c02e1f
Octal5214416377150673005637
Binary10101011001001110011111111110101101111100000010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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