#367B82

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

Shades of Atoll #367B82

Tints of Atoll #367B82

Color information

#367B82 (or 0x367B82) is unknown color: approx Atoll. HEX triplet: 36, 7B and 82. RGB value is (54,123,130). Sum of RGB (Red+Green+Blue) = 54+123+130=307 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.59% from 307); Green value is 123 (48.44% from 255 or 40.07% from 307); Blue value is 130 (51.17% from 255 or 42.35% from 307); Max value from RGB is 130 - color contains mainly: blue. Hex color #367B82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367B82 is #C9847D. Grayscale: #676767. Windows color (decimal): -13206654 or 8551222. OLE color: 8551222.

HSL color Cylindrical-coordinate representation of color #367B82: hue angle of 185.53º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #367B82 is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB54123130-
CMYK0.580.0500.49
HSL185.53º41.3%36.08%-
HSV(B)185.53º58.46%50.98%-
XYZ12.6316.5623.65-
YUV103.17143.1492.93-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.59%
GREEN value IS 123 (48.44% from 255) = 40.07%
BLUE value IS 130 (51.17% from 255) = 42.35%
R=17.59%
G=40.07%
B=42.35%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal541231300.580.0500.49185.5341.336.08
Hex367B823A5031ba2924
Octal661732027250612725144
Binary110110111101110000010111010101011000110111010101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,123,130); }

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

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

 a { background-color: rgb(54,123,130); }

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

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

 span { border-color: rgb(54,123,130); }

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