Html Css Color HEX #207379 Atoll

📋 copy color: '#207379'

red 32 ◦ green 115 ◦ blue 121

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

Shades of Atoll #207379

Tints of Atoll #207379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 45.15%

R = 11.94%
G = 42.91%
B = 45.15%

CMYK

 C value IS 0.74

 M value IS 0.05

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#207379 (or 0x207379) is known color: Atoll. HEX triplet: 20, 73 and 79. RGB value is (32,115,121). Sum of RGB (Red+Green+Blue) = 32+115+121=268 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.94% from 268); Green value is 115 (45.31% from 255 or 42.91% from 268); Blue value is 121 (47.66% from 255 or 45.15% from 268); Max value from RGB is 121 - color contains mainly: blue. Hex color #207379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207379 is #DF8C86. Grayscale: #5A5A5A. Windows color (decimal): -14650503 or 7959328. OLE color: 7959328.

HSL color Cylindrical-coordinate representation of color #207379: hue angle of 184.04º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #207379 is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 32 115 121 -
CMYK 0.74 0.05 0 0.53
HSL 184.04º 0.58% 0.3% -
HSV(B) 184.04º 0.74% 0.47% -
XYZ 10.18 13.95 20.25 -
YUV 90.87 145 86.01 -
System Red Green Blue C M Y K H S L
Decimal 32 115 121 0.74 0.05 0 0.53 184.04 0.58 0.3
Hex 20 73 79 4A 5 0 35 B8 3A 1E
Octal 40 163 171 112 5 0 65 270 72 36
Binary 100000 1110011 1111001 1001010 101 0 110101 10111000 111010 11110

Color Harmonies of #207379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207379

Black with #207379

Text Example


Text Example

White with #207379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207379; }

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

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

background-color css

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

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

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

border-color css

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

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

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