#2A747F

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

Shades of Atoll #2A747F

Tints of Atoll #2A747F

Color information

#2A747F (or 0x2A747F) is unknown color: approx Atoll. HEX triplet: 2A, 74 and 7F. RGB value is (42,116,127). Sum of RGB (Red+Green+Blue) = 42+116+127=285 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.74% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 127 (50% from 255 or 44.56% from 285); Max value from RGB is 127 - color contains mainly: blue. Hex color #2A747F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A747F is #D58B80. Grayscale: #5F5F5F. Windows color (decimal): -13994881 or 8352810. OLE color: 8352810.

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

Color convert

RGB42116127-
CMYK0.670.0900.50
HSL187.76º50.3%33.14%-
HSV(B)187.76º66.93%49.8%-
XYZ11.0314.5222.3-
YUV95.13145.9890.11-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.74%
GREEN value IS 116 (45.70% from 255) = 40.70%
BLUE value IS 127 (50% from 255) = 44.56%
R=14.74%
G=40.70%
B=44.56%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal421161270.670.0900.50187.7650.333.14
Hex2A747F439032bc3221
Octal52164177103110622746241
Binary1010101110100111111110000111001011001010111100110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A747F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,116,127); }

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

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

 a { background-color: rgb(42,116,127); }

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

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

 span { border-color: rgb(42,116,127); }

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