Html Css Color HEX #207364 Deep Sea

📋 copy color: '#207364'

red 32 ◦ green 115 ◦ blue 100

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

Shades of Deep Sea #207364

Tints of Deep Sea #207364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 40.49%

R = 12.96%
G = 46.56%
B = 40.49%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#207364 (or 0x207364) is known color: Deep Sea. HEX triplet: 20, 73 and 64. RGB value is (32,115,100). Sum of RGB (Red+Green+Blue) = 32+115+100=247 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.96% from 247); Green value is 115 (45.31% from 255 or 46.56% from 247); Blue value is 100 (39.45% from 255 or 40.49% from 247); Max value from RGB is 115 - color contains mainly: green. Hex color #207364 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207364 is #DF8C9B. Grayscale: #585858. Windows color (decimal): -14650524 or 6583072. OLE color: 6583072.

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

Color convert

RGB 32 115 100 -
CMYK 0.72 0 0.13 0.55
HSL 169.16º 0.56% 0.29% -
HSV(B) 169.16º 0.72% 0.45% -
XYZ 9.03 13.49 14.18 -
YUV 88.47 134.5 87.72 -
System Red Green Blue C M Y K H S L
Decimal 32 115 100 0.72 0 0.13 0.55 169.16 0.56 0.29
Hex 20 73 64 48 0 D 37 A9 38 1D
Octal 40 163 144 110 0 15 67 251 70 35
Binary 100000 1110011 1100100 1001000 0 1101 110111 10101001 111000 11101

Color Harmonies of #207364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207364

Black with #207364

Text Example


Text Example

White with #207364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207364; }

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

 H1.HeaderClassName
 {
   color: #207364;
 }
 .AnyTagClassName
 {
   color: #207364;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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