#297E8B

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

Shades of Atoll #297E8B

Tints of Atoll #297E8B

Color information

#297E8B (or 0x297E8B) is unknown color: approx Atoll. HEX triplet: 29, 7E and 8B. RGB value is (41,126,139). Sum of RGB (Red+Green+Blue) = 41+126+139=306 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.40% from 306); Green value is 126 (49.61% from 255 or 41.18% from 306); Blue value is 139 (54.69% from 255 or 45.42% from 306); Max value from RGB is 139 - color contains mainly: blue. Hex color #297E8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297E8B is #D68174. Grayscale: #656565. Windows color (decimal): -14057845 or 9141801. OLE color: 9141801.

HSL color Cylindrical-coordinate representation of color #297E8B: hue angle of 187.96º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #297E8B is Cyan = 0.71, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB41126139-
CMYK0.710.0900.45
HSL187.96º54.44%35.29%-
HSV(B)187.96º70.5%54.51%-
XYZ13.0417.2627.07-
YUV102.07148.8484.44-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.40%
GREEN value IS 126 (49.61% from 255) = 41.18%
BLUE value IS 139 (54.69% from 255) = 45.42%
R=13.40%
G=41.18%
B=45.42%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal411261390.710.0900.45187.9654.4435.29
Hex297E8B47902Dbc3623
Octal51176213107110552746643
Binary10100111111101000101110001111001010110110111100110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,126,139); }

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

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

 a { background-color: rgb(41,126,139); }

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

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

 span { border-color: rgb(41,126,139); }

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