#207378

Color #207378 Atoll (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atoll #207378

Tints of Atoll #207378

Color information

#207378 (or 0x207378) is unknown color: approx Atoll. HEX triplet: 20, 73 and 78. RGB value is (32,115,120). Sum of RGB (Red+Green+Blue) = 32+115+120=267 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.99% from 267); Green value is 115 (45.31% from 255 or 43.07% from 267); Blue value is 120 (47.27% from 255 or 44.94% from 267); Max value from RGB is 120 - color contains mainly: blue. Hex color #207378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207378 is #DF8C87. Grayscale: #5A5A5A. Windows color (decimal): -14650504 or 7893792. OLE color: 7893792.

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

Color convert

RGB32115120-
CMYK0.730.0400.53
HSL183.41º57.89%29.8%-
HSV(B)183.41º73.33%47.06%-
XYZ10.1213.9219.92-
YUV90.75144.586.09-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.99%
GREEN value IS 115 (45.31% from 255) = 43.07%
BLUE value IS 120 (47.27% from 255) = 44.94%
R=11.99%
G=43.07%
B=44.94%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal321151200.730.0400.53183.4157.8929.8
Hex207378494035b73a1e
Octal4016317011140652677236
Binary10000011100111111000100100110001101011011011111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207378; }

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

 H1.HeaderClassName
 {
   color: #207378;
 }
 .AnyTagClassName
 {
   color: #207378;
 }
</style>
background-color css

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

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

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

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

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

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