#377C81

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

Shades of Atoll #377C81

Tints of Atoll #377C81

Color information

#377C81 (or 0x377C81) is unknown color: approx Atoll. HEX triplet: 37, 7C and 81. RGB value is (55,124,129). Sum of RGB (Red+Green+Blue) = 55+124+129=308 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.86% from 308); Green value is 124 (48.83% from 255 or 40.26% from 308); Blue value is 129 (50.78% from 255 or 41.88% from 308); Max value from RGB is 129 - color contains mainly: blue. Hex color #377C81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377C81 is #C8837E. Grayscale: #676767. Windows color (decimal): -13140863 or 8485943. OLE color: 8485943.

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

Color convert

RGB55124129-
CMYK0.570.0400.49
HSL184.05º40.22%36.08%-
HSV(B)184.05º57.36%50.59%-
XYZ12.7516.8123.34-
YUV103.94142.1493.09-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.86%
GREEN value IS 124 (48.83% from 255) = 40.26%
BLUE value IS 129 (50.78% from 255) = 41.88%
R=17.86%
G=40.26%
B=41.88%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal551241290.570.0400.49184.0540.2236.08
Hex377C81394031b82824
Octal671742017140612705044
Binary110111111110010000001111001100011000110111000101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,124,129); }

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

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

 a { background-color: rgb(55,124,129); }

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

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

 span { border-color: rgb(55,124,129); }

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