#2C7A83

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

Shades of Atoll #2C7A83

Tints of Atoll #2C7A83

Color information

#2C7A83 (or 0x2C7A83) is unknown color: approx Atoll. HEX triplet: 2C, 7A and 83. RGB value is (44,122,131). Sum of RGB (Red+Green+Blue) = 44+122+131=297 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.81% from 297); Green value is 122 (48.05% from 255 or 41.08% from 297); Blue value is 131 (51.56% from 255 or 44.11% from 297); Max value from RGB is 131 - color contains mainly: blue. Hex color #2C7A83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C7A83 is #D3857C. Grayscale: #636363. Windows color (decimal): -13862269 or 8616492. OLE color: 8616492.

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

Color convert

RGB44122131-
CMYK0.660.0700.49
HSL186.21º49.71%34.31%-
HSV(B)186.21º66.41%51.37%-
XYZ12.0916.0923.94-
YUV99.7145.6688.27-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.81%
GREEN value IS 122 (48.05% from 255) = 41.08%
BLUE value IS 131 (51.56% from 255) = 44.11%
R=14.81%
G=41.08%
B=44.11%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal441221310.660.0700.49186.2149.7134.31
Hex2C7A83427031ba3222
Octal5417220310270612726242
Binary1011001111010100000111000010111011000110111010110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,122,131); }

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

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

 a { background-color: rgb(44,122,131); }

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

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

 span { border-color: rgb(44,122,131); }

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