#2A656F

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

Shades of Blumine #2A656F

Tints of Blumine #2A656F

Color information

#2A656F (or 0x2A656F) is unknown color: approx Blumine. HEX triplet: 2A, 65 and 6F. RGB value is (42,101,111). Sum of RGB (Red+Green+Blue) = 42+101+111=254 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.54% from 254); Green value is 101 (39.84% from 255 or 39.76% from 254); Blue value is 111 (43.75% from 255 or 43.70% from 254); Max value from RGB is 111 - color contains mainly: blue. Hex color #2A656F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A656F is #D59A90. Grayscale: #545454. Windows color (decimal): -13998737 or 7300394. OLE color: 7300394.

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

Color convert

RGB42101111-
CMYK0.620.0900.56
HSL188.7º45.1%30%-
HSV(B)188.7º62.16%43.53%-
XYZ8.4810.9516.71-
YUV84.5142.9597.69-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.54%
GREEN value IS 101 (39.84% from 255) = 39.76%
BLUE value IS 111 (43.75% from 255) = 43.70%
R=16.54%
G=39.76%
B=43.70%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal421011110.620.0900.56188.745.130
Hex2A656F3E9038bd2d1e
Octal5214515776110702755536
Binary10101011001011101111111110100101110001011110110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A656F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,101,111); }

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

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

 a { background-color: rgb(42,101,111); }

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

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

 span { border-color: rgb(42,101,111); }

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