#2A737B

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

Shades of Atoll #2A737B

Tints of Atoll #2A737B

Color information

#2A737B (or 0x2A737B) is unknown color: approx Atoll. HEX triplet: 2A, 73 and 7B. RGB value is (42,115,123). Sum of RGB (Red+Green+Blue) = 42+115+123=280 (37% of max value = 765). Red value is 42 (16.80% from 255 or 15% from 280); Green value is 115 (45.31% from 255 or 41.07% from 280); Blue value is 123 (48.44% from 255 or 43.93% from 280); Max value from RGB is 123 - color contains mainly: blue. Hex color #2A737B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A737B is #D58C84. Grayscale: #5D5D5D. Windows color (decimal): -13995141 or 8090410. OLE color: 8090410.

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

Color convert

RGB42115123-
CMYK0.660.0700.52
HSL185.93º49.09%32.35%-
HSV(B)185.93º65.85%48.24%-
XYZ10.6614.1820.91-
YUV94.08144.3290.85-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15%
GREEN value IS 115 (45.31% from 255) = 41.07%
BLUE value IS 123 (48.44% from 255) = 43.93%
R=15%
G=41.07%
B=43.93%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal421151230.660.0700.52185.9349.0932.35
Hex2A737B427034ba3120
Octal5216317310270642726140
Binary101010111001111110111000010111011010010111010110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A737B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,115,123); }

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

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

 a { background-color: rgb(42,115,123); }

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

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

 span { border-color: rgb(42,115,123); }

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