#297A8A

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

Shades of Atoll #297A8A

Tints of Atoll #297A8A

Color information

#297A8A (or 0x297A8A) is unknown color: approx Atoll. HEX triplet: 29, 7A and 8A. RGB value is (41,122,138). Sum of RGB (Red+Green+Blue) = 41+122+138=301 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.62% from 301); Green value is 122 (48.05% from 255 or 40.53% from 301); Blue value is 138 (54.30% from 255 or 45.85% from 301); Max value from RGB is 138 - color contains mainly: blue. Hex color #297A8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297A8A is #D68575. Grayscale: #636363. Windows color (decimal): -14058870 or 9075241. OLE color: 9075241.

HSL color Cylindrical-coordinate representation of color #297A8A: hue angle of 189.9º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #297A8A is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB41122138-
CMYK0.700.1200.46
HSL189.9º54.19%35.1%-
HSV(B)189.9º70.29%54.12%-
XYZ12.4616.2326.52-
YUV99.6149.6686.2-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.62%
GREEN value IS 122 (48.05% from 255) = 40.53%
BLUE value IS 138 (54.30% from 255) = 45.85%
R=13.62%
G=40.53%
B=45.85%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal411221380.700.1200.46189.954.1935.1
Hex297A8A46C02Ebe3623
Octal51172212106140562766643
Binary10100111110101000101010001101100010111010111110110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297A8A; }

 p { color: rgb(41,122,138); }

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

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

 a { background-color: rgb(41,122,138); }

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

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

 span { border-color: rgb(41,122,138); }

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