#2D747E

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

Shades of Atoll #2D747E

Tints of Atoll #2D747E

Color information

#2D747E (or 0x2D747E) is unknown color: approx Atoll. HEX triplet: 2D, 74 and 7E. RGB value is (45,116,126). Sum of RGB (Red+Green+Blue) = 45+116+126=287 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.68% from 287); Green value is 116 (45.70% from 255 or 40.42% from 287); Blue value is 126 (49.61% from 255 or 43.90% from 287); Max value from RGB is 126 - color contains mainly: blue. Hex color #2D747E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D747E is #D28B81. Grayscale: #5F5F5F. Windows color (decimal): -13798274 or 8287277. OLE color: 8287277.

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

Color convert

RGB45116126-
CMYK0.640.0800.51
HSL187.41º47.37%33.53%-
HSV(B)187.41º64.29%49.41%-
XYZ11.0914.5621.96-
YUV95.91144.9891.69-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.68%
GREEN value IS 116 (45.70% from 255) = 40.42%
BLUE value IS 126 (49.61% from 255) = 43.90%
R=15.68%
G=40.42%
B=43.90%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal451161260.640.0800.51187.4147.3733.53
Hex2D747E408033bb2f22
Octal55164176100100632735742
Binary1011011110100111111010000001000011001110111011101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D747E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,116,126); }

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

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

 a { background-color: rgb(45,116,126); }

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

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

 span { border-color: rgb(45,116,126); }

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