#297175

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

Shades of Atoll #297175

Tints of Atoll #297175

Color information

#297175 (or 0x297175) is unknown color: approx Atoll. HEX triplet: 29, 71 and 75. RGB value is (41,113,117). Sum of RGB (Red+Green+Blue) = 41+113+117=271 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.13% from 271); Green value is 113 (44.53% from 255 or 41.70% from 271); Blue value is 117 (46.09% from 255 or 43.17% from 271); Max value from RGB is 117 - color contains mainly: blue. Hex color #297175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297175 is #D68E8A. Grayscale: #5B5B5B. Windows color (decimal): -14061195 or 7696681. OLE color: 7696681.

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

Color convert

RGB41113117-
CMYK0.650.0300.54
HSL183.16º48.1%30.98%-
HSV(B)183.16º64.96%45.88%-
XYZ10.0313.5718.92-
YUV91.93142.1591.67-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.13%
GREEN value IS 113 (44.53% from 255) = 41.70%
BLUE value IS 117 (46.09% from 255) = 43.17%
R=15.13%
G=41.70%
B=43.17%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal411131170.650.0300.54183.1648.130.98
Hex297175413036b7301f
Octal5116116510130662676037
Binary1010011110001111010110000011101101101011011111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297175; }

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

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

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

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

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

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

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

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