Html Css Color HEX #207367 Deep Sea

📋 copy color: '#207367'

red 32 ◦ green 115 ◦ blue 103

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

Shades of Deep Sea #207367

Tints of Deep Sea #207367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 41.2%

R = 12.8%
G = 46%
B = 41.2%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#207367 (or 0x207367) is known color: Deep Sea. HEX triplet: 20, 73 and 67. RGB value is (32,115,103). Sum of RGB (Red+Green+Blue) = 32+115+103=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 115 (45.31% from 255 or 46% from 250); Blue value is 103 (40.62% from 255 or 41.2% from 250); Max value from RGB is 115 - color contains mainly: green. Hex color #207367 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207367 is #DF8C98. Grayscale: #585858. Windows color (decimal): -14650521 or 6779680. OLE color: 6779680.

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

Color convert

RGB 32 115 103 -
CMYK 0.72 0 0.10 0.55
HSL 171.33º 0.56% 0.29% -
HSV(B) 171.33º 0.72% 0.45% -
XYZ 9.17 13.55 14.96 -
YUV 88.82 136 87.48 -
System Red Green Blue C M Y K H S L
Decimal 32 115 103 0.72 0 0.10 0.55 171.33 0.56 0.29
Hex 20 73 67 48 0 A 37 AB 38 1D
Octal 40 163 147 110 0 12 67 253 70 35
Binary 100000 1110011 1100111 1001000 0 1010 110111 10101011 111000 11101

Color Harmonies of #207367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207367

Black with #207367

Text Example


Text Example

White with #207367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207367; }

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

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

background-color css

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

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

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

border-color css

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

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

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