Html Css Color HEX #207365 Deep Sea

📋 copy color: '#207365'

red 32 ◦ green 115 ◦ blue 101

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

Shades of Deep Sea #207365

Tints of Deep Sea #207365

RGB

 RED value IS 32 (12.89% from 255) = 12.9%

 GREEN value IS 115 (45.31% from 255) = 46.37%

 BLUE value IS 101 (39.84% from 255) = 40.73%

R = 12.9%
G = 46.37%
B = 40.73%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

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

RGB 32 115 101 -
CMYK 0.72 0 0.12 0.55
HSL 169.88º 0.56% 0.29% -
HSV(B) 169.88º 0.72% 0.45% -
XYZ 9.08 13.51 14.44 -
YUV 88.59 135 87.64 -
System Red Green Blue C M Y K H S L
Decimal 32 115 101 0.72 0 0.12 0.55 169.88 0.56 0.29
Hex 20 73 65 48 0 C 37 AA 38 1D
Octal 40 163 145 110 0 14 67 252 70 35
Binary 100000 1110011 1100101 1001000 0 1100 110111 10101010 111000 11101

Color Harmonies of #207365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207365

Black with #207365

Text Example


Text Example

White with #207365

Text Example


Text Example

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