#367C7F

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

Shades of Atoll #367C7F

Tints of Atoll #367C7F

Color information

#367C7F (or 0x367C7F) is unknown color: approx Atoll. HEX triplet: 36, 7C and 7F. RGB value is (54,124,127). Sum of RGB (Red+Green+Blue) = 54+124+127=305 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.70% from 305); Green value is 124 (48.83% from 255 or 40.66% from 305); Blue value is 127 (50% from 255 or 41.64% from 305); Max value from RGB is 127 - color contains mainly: blue. Hex color #367C7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367C7F is #C98380. Grayscale: #676767. Windows color (decimal): -13206401 or 8354870. OLE color: 8354870.

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

Color convert

RGB54124127-
CMYK0.570.0200.50
HSL182.47º40.33%35.49%-
HSV(B)182.47º57.48%49.8%-
XYZ12.5616.7322.65-
YUV103.41141.3192.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.70%
GREEN value IS 124 (48.83% from 255) = 40.66%
BLUE value IS 127 (50% from 255) = 41.64%
R=17.70%
G=40.66%
B=41.64%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal541241270.570.0200.50182.4740.3335.49
Hex367C7F392032b62823
Octal661741777120622665043
Binary1101101111100111111111100110011001010110110101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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