#297478

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

Shades of Atoll #297478

Tints of Atoll #297478

Color information

#297478 (or 0x297478) is unknown color: approx Atoll. HEX triplet: 29, 74 and 78. RGB value is (41,116,120). Sum of RGB (Red+Green+Blue) = 41+116+120=277 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.80% from 277); Green value is 116 (45.70% from 255 or 41.88% from 277); Blue value is 120 (47.27% from 255 or 43.32% from 277); Max value from RGB is 120 - color contains mainly: blue. Hex color #297478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297478 is #D68B87. Grayscale: #5D5D5D. Windows color (decimal): -14060424 or 7894057. OLE color: 7894057.

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

Color convert

RGB41116120-
CMYK0.660.0300.53
HSL183.04º49.07%31.57%-
HSV(B)183.04º65.83%47.06%-
XYZ10.5514.3219.98-
YUV94.03142.6590.17-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.80%
GREEN value IS 116 (45.70% from 255) = 41.88%
BLUE value IS 120 (47.27% from 255) = 43.32%
R=14.80%
G=41.88%
B=43.32%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal411161200.660.0300.53183.0449.0731.57
Hex297478423035b73120
Octal5116417010230652676140
Binary10100111101001111000100001011011010110110111110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297478; }

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

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

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

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

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

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

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

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