#297A5E

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

Shades of Deep Sea #297A5E

Tints of Deep Sea #297A5E

Color information

#297A5E (or 0x297A5E) is unknown color: approx Deep Sea. HEX triplet: 29, 7A and 5E. RGB value is (41,122,94). Sum of RGB (Red+Green+Blue) = 41+122+94=257 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.95% from 257); Green value is 122 (48.05% from 255 or 47.47% from 257); Blue value is 94 (37.11% from 255 or 36.58% from 257); Max value from RGB is 122 - color contains mainly: green. Hex color #297A5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297A5E is #D685A1. Grayscale: #5E5E5E. Windows color (decimal): -14058914 or 6191657. OLE color: 6191657.

HSL color Cylindrical-coordinate representation of color #297A5E: hue angle of 159.26º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #297A5E is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.52.

Color convert

RGB4112294-
CMYK0.6600.230.52
HSL159.26º49.69%31.96%-
HSV(B)159.26º66.39%47.84%-
XYZ9.8915.213-
YUV94.59127.6689.78-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.95%
GREEN value IS 122 (48.05% from 255) = 47.47%
BLUE value IS 94 (37.11% from 255) = 36.58%
R=15.95%
G=47.47%
B=36.58%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal41122940.6600.230.52159.2649.6931.96
Hex297A5E42017349f3220
Octal51172136102027642376240
Binary10100111110101011110100001001011111010010011111110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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