#297481

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

Shades of Atoll #297481

Tints of Atoll #297481

Color information

#297481 (or 0x297481) is unknown color: approx Atoll. HEX triplet: 29, 74 and 81. RGB value is (41,116,129). Sum of RGB (Red+Green+Blue) = 41+116+129=286 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.34% from 286); Green value is 116 (45.70% from 255 or 40.56% from 286); Blue value is 129 (50.78% from 255 or 45.10% from 286); Max value from RGB is 129 - color contains mainly: blue. Hex color #297481 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297481 is #D68B7E. Grayscale: #5E5E5E. Windows color (decimal): -14060415 or 8483881. OLE color: 8483881.

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

Color convert

RGB41116129-
CMYK0.680.1000.49
HSL188.86º51.76%33.33%-
HSV(B)188.86º68.22%50.59%-
XYZ11.1214.5522.99-
YUV95.06147.1589.44-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.34%
GREEN value IS 116 (45.70% from 255) = 40.56%
BLUE value IS 129 (50.78% from 255) = 45.10%
R=14.34%
G=40.56%
B=45.10%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal411161290.680.1000.49188.8651.7633.33
Hex29748144A031bd3421
Octal51164201104120612756441
Binary10100111101001000000110001001010011000110111101110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297481; }

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

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

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

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

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

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

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

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