#297781

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

Shades of Atoll #297781

Tints of Atoll #297781

Color information

#297781 (or 0x297781) is unknown color: approx Atoll. HEX triplet: 29, 77 and 81. RGB value is (41,119,129). Sum of RGB (Red+Green+Blue) = 41+119+129=289 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.19% from 289); Green value is 119 (46.88% from 255 or 41.18% from 289); Blue value is 129 (50.78% from 255 or 44.64% from 289); Max value from RGB is 129 - color contains mainly: blue. Hex color #297781 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297781 is #D6887E. Grayscale: #606060. Windows color (decimal): -14059647 or 8484649. OLE color: 8484649.

HSL color Cylindrical-coordinate representation of color #297781: hue angle of 186.82º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #297781 is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB41119129-
CMYK0.680.0800.49
HSL186.82º51.76%33.33%-
HSV(B)186.82º68.22%50.59%-
XYZ11.4715.2523.11-
YUV96.82146.1688.19-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.19%
GREEN value IS 119 (46.88% from 255) = 41.18%
BLUE value IS 129 (50.78% from 255) = 44.64%
R=14.19%
G=41.18%
B=44.64%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal411191290.680.0800.49186.8251.7633.33
Hex297781448031bb3421
Octal51167201104100612736441
Binary10100111101111000000110001001000011000110111011110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297781; }

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

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

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

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

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

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

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

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