#297881

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

Shades of Atoll #297881

Tints of Atoll #297881

Color information

#297881 (or 0x297881) is unknown color: approx Atoll. HEX triplet: 29, 78 and 81. RGB value is (41,120,129). Sum of RGB (Red+Green+Blue) = 41+120+129=290 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.14% from 290); Green value is 120 (47.27% from 255 or 41.38% from 290); Blue value is 129 (50.78% from 255 or 44.48% from 290); Max value from RGB is 129 - color contains mainly: blue. Hex color #297881 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297881 is #D6877E. Grayscale: #616161. Windows color (decimal): -14059391 or 8484905. OLE color: 8484905.

HSL color Cylindrical-coordinate representation of color #297881: hue angle of 186.14º 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 #297881 is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB41120129-
CMYK0.680.0700.49
HSL186.14º51.76%33.33%-
HSV(B)186.14º68.22%50.59%-
XYZ11.5915.4923.15-
YUV97.4145.8387.77-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.14%
GREEN value IS 120 (47.27% from 255) = 41.38%
BLUE value IS 129 (50.78% from 255) = 44.48%
R=14.14%
G=41.38%
B=44.48%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal411201290.680.0700.49186.1451.7633.33
Hex297881447031ba3421
Octal5117020110470612726441
Binary1010011111000100000011000100111011000110111010110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297881; }

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

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

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

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

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

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

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

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