#377B84

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

Shades of Atoll #377B84

Tints of Atoll #377B84

Color information

#377B84 (or 0x377B84) is unknown color: approx Atoll. HEX triplet: 37, 7B and 84. RGB value is (55,123,132). Sum of RGB (Red+Green+Blue) = 55+123+132=310 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.74% from 310); Green value is 123 (48.44% from 255 or 39.68% from 310); Blue value is 132 (51.95% from 255 or 42.58% from 310); Max value from RGB is 132 - color contains mainly: blue. Hex color #377B84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377B84 is #C8847B. Grayscale: #676767. Windows color (decimal): -13141116 or 8682295. OLE color: 8682295.

HSL color Cylindrical-coordinate representation of color #377B84: hue angle of 187.01º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #377B84 is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB55123132-
CMYK0.580.0700.48
HSL187.01º41.18%36.67%-
HSV(B)187.01º58.33%51.76%-
XYZ12.8216.6424.37-
YUV103.69143.9793.27-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.74%
GREEN value IS 123 (48.44% from 255) = 39.68%
BLUE value IS 132 (51.95% from 255) = 42.58%
R=17.74%
G=39.68%
B=42.58%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal551231320.580.0700.48187.0141.1836.67
Hex377B843A7030bb2925
Octal671732047270602735145
Binary110111111101110000100111010111011000010111011101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377B84; }

 p { color: rgb(55,123,132); }

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

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

 a { background-color: rgb(55,123,132); }

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

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

 span { border-color: rgb(55,123,132); }

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