#207365

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

Shades of Deep Sea #207365

Tints of Deep Sea #207365

Color information

#207365 (or 0x207365) is unknown color: approx Deep Sea. HEX triplet: 20, 73 and 65. RGB value is (32,115,101). Sum of RGB (Red+Green+Blue) = 32+115+101=248 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.90% from 248); Green value is 115 (45.31% from 255 or 46.37% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 115 - color contains mainly: green. Hex color #207365 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207365 is #DF8C9A. Grayscale: #585858. Windows color (decimal): -14650523 or 6648608. OLE color: 6648608.

HSL color Cylindrical-coordinate representation of color #207365: hue angle of 169.88º 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 #207365 is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB32115101-
CMYK0.7200.120.55
HSL169.88º56.46%28.82%-
HSV(B)169.88º72.17%45.1%-
XYZ9.0813.5114.44-
YUV88.5913587.64-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.90%
GREEN value IS 115 (45.31% from 255) = 46.37%
BLUE value IS 101 (39.84% from 255) = 40.73%
R=12.90%
G=46.37%
B=40.73%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal321151010.7200.120.55169.8856.4628.82
Hex207365480C37aa381d
Octal40163145110014672527035
Binary100000111001111001011001000011001101111010101011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207365; }

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

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

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

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

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

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

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

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