Html Css Color HEX #207359 Deep Sea

📋 copy color: '#207359'

red 32 ◦ green 115 ◦ blue 89

#207359
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sea #207359

Tints of Deep Sea #207359

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 value IS 0.72

 M value IS 0

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#207359 (or 0x207359) is known color: 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

RGB 32 115 89 -
CMYK 0.72 0 0.23 0.55
HSL 161.2º 0.56% 0.29% -
HSV(B) 161.2º 0.72% 0.45% -
XYZ 8.53 13.29 11.57 -
YUV 87.22 129 88.61 -
System Red Green Blue C M Y K H S L
Decimal 32 115 89 0.72 0 0.23 0.55 161.2 0.56 0.29
Hex 20 73 59 48 0 17 37 A1 38 1D
Octal 40 163 131 110 0 27 67 241 70 35
Binary 100000 1110011 1011001 1001000 0 10111 110111 10100001 111000 11101

Color Harmonies of #207359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207359

Black with #207359

Text Example


Text Example

White with #207359

Text Example


Text Example

HTML Codes & Css Web 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>