#207359

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

Shades of Deep Sea #207359

Tints of Deep Sea #207359

Color information

#207359 (or 0x207359) is unknown color: approx Deep Sea. HEX triplet: 20, 73 and 59. RGB value is (32,115,89). Sum of RGB (Red+Green+Blue) = 32+115+89=236 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.56% from 236); Green value is 115 (45.31% from 255 or 48.73% from 236); Blue value is 89 (35.16% from 255 or 37.71% from 236); Max value from RGB is 115 - color contains mainly: green. Hex color #207359 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207359 is #DF8CA6. Grayscale: #575757. Windows color (decimal): -14650535 or 5862176. OLE color: 5862176.

HSL color Cylindrical-coordinate representation of color #207359: hue angle of 161.2º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #207359 is Cyan = 0.72, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB3211589-
CMYK0.7200.230.55
HSL161.2º56.46%28.82%-
HSV(B)161.2º72.17%45.1%-
XYZ8.5313.2911.57-
YUV87.2212988.61-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.56%
GREEN value IS 115 (45.31% from 255) = 48.73%
BLUE value IS 89 (35.16% from 255) = 37.71%
R=13.56%
G=48.73%
B=37.71%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32115890.7200.230.55161.256.4628.82
Hex2073594801737a1381d
Octal40163131110027672417035
Binary1000001110011101100110010000101111101111010000111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207359; }

 p { color: rgb(32,115,89); }

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

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

 a { background-color: rgb(32,115,89); }

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

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

 span { border-color: rgb(32,115,89); }

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