#297480

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

Shades of Atoll #297480

Tints of Atoll #297480

Color information

#297480 (or 0x297480) is unknown color: approx Atoll. HEX triplet: 29, 74 and 80. RGB value is (41,116,128). Sum of RGB (Red+Green+Blue) = 41+116+128=285 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.39% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 128 (50.39% from 255 or 44.91% from 285); Max value from RGB is 128 - color contains mainly: blue. Hex color #297480 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297480 is #D68B7F. Grayscale: #5E5E5E. Windows color (decimal): -14060416 or 8418345. OLE color: 8418345.

HSL color Cylindrical-coordinate representation of color #297480: hue angle of 188.28º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #297480 is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB41116128-
CMYK0.680.0900.50
HSL188.28º51.48%33.14%-
HSV(B)188.28º67.97%50.2%-
XYZ11.0614.5222.64-
YUV94.94146.6589.52-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.39%
GREEN value IS 116 (45.70% from 255) = 40.70%
BLUE value IS 128 (50.39% from 255) = 44.91%
R=14.39%
G=40.70%
B=44.91%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal411161280.680.0900.50188.2851.4833.14
Hex297480449032bc3321
Octal51164200104110622746341
Binary10100111101001000000010001001001011001010111100110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297480; }

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

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

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

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

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

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

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

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