#297277

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

Shades of Atoll #297277

Tints of Atoll #297277

Color information

#297277 (or 0x297277) is unknown color: approx Atoll. HEX triplet: 29, 72 and 77. RGB value is (41,114,119). Sum of RGB (Red+Green+Blue) = 41+114+119=274 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.96% from 274); Green value is 114 (44.92% from 255 or 41.61% from 274); Blue value is 119 (46.88% from 255 or 43.43% from 274); Max value from RGB is 119 - color contains mainly: blue. Hex color #297277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297277 is #D68D88. Grayscale: #5C5C5C. Windows color (decimal): -14060937 or 7828009. OLE color: 7828009.

HSL color Cylindrical-coordinate representation of color #297277: hue angle of 183.85º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #297277 is Cyan = 0.66, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB41114119-
CMYK0.660.0400.53
HSL183.85º48.75%31.37%-
HSV(B)183.85º65.55%46.67%-
XYZ10.2613.8419.58-
YUV92.74142.8291.09-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.96%
GREEN value IS 114 (44.92% from 255) = 41.61%
BLUE value IS 119 (46.88% from 255) = 43.43%
R=14.96%
G=41.61%
B=43.43%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal411141190.660.0400.53183.8548.7531.37
Hex297277424035b8311f
Octal5116216710240652706137
Binary10100111100101110111100001010001101011011100011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297277; }

 p { color: rgb(41,114,119); }

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

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

 a { background-color: rgb(41,114,119); }

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

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

 span { border-color: rgb(41,114,119); }

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