#2A7F8B

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

Shades of Atoll #2A7F8B

Tints of Atoll #2A7F8B

Color information

#2A7F8B (or 0x2A7F8B) is unknown color: approx Atoll. HEX triplet: 2A, 7F and 8B. RGB value is (42,127,139). Sum of RGB (Red+Green+Blue) = 42+127+139=308 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.64% from 308); Green value is 127 (50% from 255 or 41.23% from 308); Blue value is 139 (54.69% from 255 or 45.13% from 308); Max value from RGB is 139 - color contains mainly: blue. Hex color #2A7F8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A7F8B is #D58074. Grayscale: #666666. Windows color (decimal): -13992053 or 9142058. OLE color: 9142058.

HSL color Cylindrical-coordinate representation of color #2A7F8B: hue angle of 187.42º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A7F8B is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB42127139-
CMYK0.700.0900.45
HSL187.42º53.59%35.49%-
HSV(B)187.42º69.78%54.51%-
XYZ13.217.5427.11-
YUV102.95148.3484.52-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.64%
GREEN value IS 127 (50% from 255) = 41.23%
BLUE value IS 139 (54.69% from 255) = 45.13%
R=13.64%
G=41.23%
B=45.13%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal421271390.700.0900.45187.4253.5935.49
Hex2A7F8B46902Dbb3623
Octal52177213106110552736643
Binary10101011111111000101110001101001010110110111011110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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