#2a626d

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

Shades of Blumine #2A626D

Tints of Blumine #2A626D

Color information

#2A626D (or 0x2A626D) is unknown color: approx Blumine. HEX triplet: 2A, 62 and 6D. RGB value is (42,98,109). Sum of RGB (Red+Green+Blue) = 42+98+109=249 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.87% from 249); Green value is 98 (38.67% from 255 or 39.36% from 249); Blue value is 109 (42.97% from 255 or 43.78% from 249); Max value from RGB is 109 - color contains mainly: blue. Hex color #2A626D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A626D is #D59D92. Grayscale: #525252. Windows color (decimal): -13999507 or 7168554. OLE color: 7168554.

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

Color convert

RGB4298109-
CMYK0.610.1000.57
HSL189.85º44.37%29.61%-
HSV(B)189.85º61.47%42.75%-
XYZ8.0810.3316.04-
YUV82.51142.9599.11-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.87%
GREEN value IS 98 (38.67% from 255) = 39.36%
BLUE value IS 109 (42.97% from 255) = 43.78%
R=16.87%
G=39.36%
B=43.78%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal42981090.610.1000.57189.8544.3729.61
Hex2A626D3DA039be2c1e
Octal5214215575120712765436
Binary10101011000101101101111101101001110011011111010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2a626d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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