#2A7581

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

Shades of Atoll #2A7581

Tints of Atoll #2A7581

Color information

#2A7581 (or 0x2A7581) is unknown color: approx Atoll. HEX triplet: 2A, 75 and 81. RGB value is (42,117,129). Sum of RGB (Red+Green+Blue) = 42+117+129=288 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.58% from 288); Green value is 117 (46.09% from 255 or 40.62% from 288); Blue value is 129 (50.78% from 255 or 44.79% from 288); Max value from RGB is 129 - color contains mainly: blue. Hex color #2A7581 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A7581 is #D58A7E. Grayscale: #5F5F5F. Windows color (decimal): -13994623 or 8484138. OLE color: 8484138.

HSL color Cylindrical-coordinate representation of color #2A7581: hue angle of 188.28º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A7581 is Cyan = 0.67, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB42117129-
CMYK0.670.0900.49
HSL188.28º50.88%33.53%-
HSV(B)188.28º67.44%50.59%-
XYZ11.2814.823.03-
YUV95.94146.6589.52-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.58%
GREEN value IS 117 (46.09% from 255) = 40.62%
BLUE value IS 129 (50.78% from 255) = 44.79%
R=14.58%
G=40.62%
B=44.79%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal421171290.670.0900.49188.2850.8833.53
Hex2A7581439031bc3322
Octal52165201103110612746342
Binary10101011101011000000110000111001011000110111100110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,117,129); }

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

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

 a { background-color: rgb(42,117,129); }

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

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

 span { border-color: rgb(42,117,129); }

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