#2A747D

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

Shades of Atoll #2A747D

Tints of Atoll #2A747D

Color information

#2A747D (or 0x2A747D) is unknown color: approx Atoll. HEX triplet: 2A, 74 and 7D. RGB value is (42,116,125). Sum of RGB (Red+Green+Blue) = 42+116+125=283 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.84% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 125 (49.22% from 255 or 44.17% from 283); Max value from RGB is 125 - color contains mainly: blue. Hex color #2A747D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A747D is #D58B82. Grayscale: #5E5E5E. Windows color (decimal): -13994883 or 8221738. OLE color: 8221738.

HSL color Cylindrical-coordinate representation of color #2A747D: hue angle of 186.51º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A747D is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB42116125-
CMYK0.660.0700.51
HSL186.51º49.7%32.75%-
HSV(B)186.51º66.4%49.02%-
XYZ10.914.4621.62-
YUV94.9144.9890.27-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.84%
GREEN value IS 116 (45.70% from 255) = 40.99%
BLUE value IS 125 (49.22% from 255) = 44.17%
R=14.84%
G=40.99%
B=44.17%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal421161250.660.0700.51186.5149.732.75
Hex2A747D427033bb3221
Octal5216417510270632736241
Binary101010111010011111011000010111011001110111011110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A747D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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