#297475

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

Shades of Atoll #297475

Tints of Atoll #297475

Color information

#297475 (or 0x297475) is unknown color: approx Atoll. HEX triplet: 29, 74 and 75. RGB value is (41,116,117). Sum of RGB (Red+Green+Blue) = 41+116+117=274 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.96% from 274); Green value is 116 (45.70% from 255 or 42.34% from 274); Blue value is 117 (46.09% from 255 or 42.70% from 274); Max value from RGB is 117 - color contains mainly: blue. Hex color #297475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297475 is #D68B8A. Grayscale: #5D5D5D. Windows color (decimal): -14060427 or 7697449. OLE color: 7697449.

HSL color Cylindrical-coordinate representation of color #297475: hue angle of 180.79º 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 #297475 is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB41116117-
CMYK0.650.0100.54
HSL180.79º48.1%30.98%-
HSV(B)180.79º64.96%45.88%-
XYZ10.3714.2519.03-
YUV93.69141.1590.42-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.96%
GREEN value IS 116 (45.70% from 255) = 42.34%
BLUE value IS 117 (46.09% from 255) = 42.70%
R=14.96%
G=42.34%
B=42.70%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal411161170.650.0100.54180.7948.130.98
Hex297475411036b5301f
Octal5116416510110662656037
Binary101001111010011101011000001101101101011010111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297475; }

 p { color: rgb(41,116,117); }

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

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

 a { background-color: rgb(41,116,117); }

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

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

 span { border-color: rgb(41,116,117); }

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