#297078

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

Shades of Atoll #297078

Tints of Atoll #297078

Color information

#297078 (or 0x297078) is unknown color: approx Atoll. HEX triplet: 29, 70 and 78. RGB value is (41,112,120). Sum of RGB (Red+Green+Blue) = 41+112+120=273 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.02% from 273); Green value is 112 (44.14% from 255 or 41.03% from 273); Blue value is 120 (47.27% from 255 or 43.96% from 273); Max value from RGB is 120 - color contains mainly: blue. Hex color #297078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297078 is #D68F87. Grayscale: #5B5B5B. Windows color (decimal): -14061448 or 7893033. OLE color: 7893033.

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

Color convert

RGB41112120-
CMYK0.660.0700.53
HSL186.08º49.07%31.57%-
HSV(B)186.08º65.83%47.06%-
XYZ10.113.4219.83-
YUV91.68143.9891.85-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.02%
GREEN value IS 112 (44.14% from 255) = 41.03%
BLUE value IS 120 (47.27% from 255) = 43.96%
R=15.02%
G=41.03%
B=43.96%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal411121200.660.0700.53186.0849.0731.57
Hex297078427035ba3120
Octal5116017010270652726140
Binary101001111000011110001000010111011010110111010110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297078; }

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

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

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

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

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

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

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

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