#297076

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

Shades of Atoll #297076

Tints of Atoll #297076

Color information

#297076 (or 0x297076) is unknown color: approx Atoll. HEX triplet: 29, 70 and 76. RGB value is (41,112,118). Sum of RGB (Red+Green+Blue) = 41+112+118=271 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.13% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 118 (46.48% from 255 or 43.54% from 271); Max value from RGB is 118 - color contains mainly: blue. Hex color #297076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297076 is #D68F89. Grayscale: #5B5B5B. Windows color (decimal): -14061450 or 7761961. OLE color: 7761961.

HSL color Cylindrical-coordinate representation of color #297076: hue angle of 184.68º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #297076 is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB41112118-
CMYK0.650.0500.54
HSL184.68º48.43%31.18%-
HSV(B)184.68º65.25%46.27%-
XYZ9.9813.3719.19-
YUV91.46142.9892.01-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.13%
GREEN value IS 112 (44.14% from 255) = 41.33%
BLUE value IS 118 (46.48% from 255) = 43.54%
R=15.13%
G=41.33%
B=43.54%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal411121180.650.0500.54184.6848.4331.18
Hex297076415036b9301f
Octal5116016610150662716037
Binary10100111100001110110100000110101101101011100111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297076; }

 p { color: rgb(41,112,118); }

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

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

 a { background-color: rgb(41,112,118); }

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

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

 span { border-color: rgb(41,112,118); }

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