#297A5C

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

Shades of Deep Sea #297A5C

Tints of Deep Sea #297A5C

Color information

#297A5C (or 0x297A5C) is unknown color: approx Deep Sea. HEX triplet: 29, 7A and 5C. RGB value is (41,122,92). Sum of RGB (Red+Green+Blue) = 41+122+92=255 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.08% from 255); Green value is 122 (48.05% from 255 or 47.84% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 122 - color contains mainly: green. Hex color #297A5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #297A5C is #D685A3. Grayscale: #5E5E5E. Windows color (decimal): -14058916 or 6060585. OLE color: 6060585.

HSL color Cylindrical-coordinate representation of color #297A5C: hue angle of 157.78º 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 #297A5C is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.

Color convert

RGB4112292-
CMYK0.6600.250.52
HSL157.78º49.69%31.96%-
HSV(B)157.78º66.39%47.84%-
XYZ9.8115.1612.54-
YUV94.36126.6689.94-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.08%
GREEN value IS 122 (48.05% from 255) = 47.84%
BLUE value IS 92 (36.33% from 255) = 36.08%
R=16.08%
G=47.84%
B=36.08%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal41122920.6600.250.52157.7849.6931.96
Hex297A5C42019349e3220
Octal51172134102031642366240
Binary10100111110101011100100001001100111010010011110110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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