#367D7C

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

Shades of Atoll #367D7C

Tints of Atoll #367D7C

Color information

#367D7C (or 0x367D7C) is unknown color: approx Atoll. HEX triplet: 36, 7D and 7C. RGB value is (54,125,124). Sum of RGB (Red+Green+Blue) = 54+125+124=303 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.82% from 303); Green value is 125 (49.22% from 255 or 41.25% from 303); Blue value is 124 (48.83% from 255 or 40.92% from 303); Max value from RGB is 125 - color contains mainly: green. Hex color #367D7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367D7C is #C98283. Grayscale: #676767. Windows color (decimal): -13206148 or 8158518. OLE color: 8158518.

HSL color Cylindrical-coordinate representation of color #367D7C: hue angle of 179.15º 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 #367D7C is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.51.

Color convert

RGB54125124-
CMYK0.5700.010.51
HSL179.15º39.66%35.1%-
HSV(B)179.15º56.8%49.02%-
XYZ12.4916.9121.67-
YUV103.66139.4892.58-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.82%
GREEN value IS 125 (49.22% from 255) = 41.25%
BLUE value IS 124 (48.83% from 255) = 40.92%
R=17.82%
G=41.25%
B=40.92%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal541251240.5700.010.51179.1539.6635.1
Hex367D7C390133b32823
Octal661751747101632635043
Binary110110111110111111001110010111001110110011101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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