#367D7A

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

Shades of Atoll #367D7A

Tints of Atoll #367D7A

Color information

#367D7A (or 0x367D7A) is unknown color: approx Atoll. HEX triplet: 36, 7D and 7A. RGB value is (54,125,122). Sum of RGB (Red+Green+Blue) = 54+125+122=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 125 (49.22% from 255 or 41.53% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 125 - color contains mainly: green. Hex color #367D7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367D7A is #C98285. Grayscale: #676767. Windows color (decimal): -13206150 or 8027446. OLE color: 8027446.

HSL color Cylindrical-coordinate representation of color #367D7A: hue angle of 177.46º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #367D7A is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB54125122-
CMYK0.5700.020.51
HSL177.46º39.66%35.1%-
HSV(B)177.46º56.8%49.02%-
XYZ12.3716.8621.01-
YUV103.43138.4892.74-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.94%
GREEN value IS 125 (49.22% from 255) = 41.53%
BLUE value IS 122 (48.05% from 255) = 40.53%
R=17.94%
G=41.53%
B=40.53%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal541251220.5700.020.51177.4639.6635.1
Hex367D7A390233b12823
Octal661751727102632615043
Binary1101101111101111101011100101011001110110001101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367D7A; }

 p { color: rgb(54,125,122); }

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

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

 a { background-color: rgb(54,125,122); }

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

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

 span { border-color: rgb(54,125,122); }

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