#297879

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

Shades of Atoll #297879

Tints of Atoll #297879

Color information

#297879 (or 0x297879) is unknown color: approx Atoll. HEX triplet: 29, 78 and 79. RGB value is (41,120,121). Sum of RGB (Red+Green+Blue) = 41+120+121=282 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.54% from 282); Green value is 120 (47.27% from 255 or 42.55% from 282); Blue value is 121 (47.66% from 255 or 42.91% from 282); Max value from RGB is 121 - color contains mainly: blue. Hex color #297879 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297879 is #D68786. Grayscale: #606060. Windows color (decimal): -14059399 or 7960617. OLE color: 7960617.

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

Color convert

RGB41120121-
CMYK0.660.0100.53
HSL180.75º49.38%31.76%-
HSV(B)180.75º66.12%47.45%-
XYZ11.0815.2820.46-
YUV96.49141.8388.42-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.54%
GREEN value IS 120 (47.27% from 255) = 42.55%
BLUE value IS 121 (47.66% from 255) = 42.91%
R=14.54%
G=42.55%
B=42.91%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal411201210.660.0100.53180.7549.3831.76
Hex297879421035b53120
Octal5117017110210652656140
Binary1010011111000111100110000101011010110110101110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297879; }

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

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

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

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

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

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

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

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