#377A87

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

Shades of Calypso #377A87

Tints of Calypso #377A87

Color information

#377A87 (or 0x377A87) is unknown color: approx Calypso. HEX triplet: 37, 7A and 87. RGB value is (55,122,135). Sum of RGB (Red+Green+Blue) = 55+122+135=312 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.63% from 312); Green value is 122 (48.05% from 255 or 39.10% from 312); Blue value is 135 (53.12% from 255 or 43.27% from 312); Max value from RGB is 135 - color contains mainly: blue. Hex color #377A87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377A87 is #C88578. Grayscale: #676767. Windows color (decimal): -13141369 or 8878647. OLE color: 8878647.

HSL color Cylindrical-coordinate representation of color #377A87: hue angle of 189.75º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #377A87 is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB55122135-
CMYK0.590.1000.47
HSL189.75º42.11%37.25%-
HSV(B)189.75º59.26%52.94%-
XYZ12.9116.4825.42-
YUV103.45145.893.44-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.63%
GREEN value IS 122 (48.05% from 255) = 39.10%
BLUE value IS 135 (53.12% from 255) = 43.27%
R=17.63%
G=39.10%
B=43.27%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal551221350.590.1000.47189.7542.1137.25
Hex377A873BA02Fbe2a25
Octal6717220773120572765245
Binary1101111111010100001111110111010010111110111110101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,122,135); }

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

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

 a { background-color: rgb(55,122,135); }

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

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

 span { border-color: rgb(55,122,135); }

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