#377B87

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

Shades of Calypso #377B87

Tints of Calypso #377B87

Color information

#377B87 (or 0x377B87) is unknown color: approx Calypso. HEX triplet: 37, 7B and 87. RGB value is (55,123,135). Sum of RGB (Red+Green+Blue) = 55+123+135=313 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.57% from 313); Green value is 123 (48.44% from 255 or 39.30% from 313); Blue value is 135 (53.12% from 255 or 43.13% from 313); Max value from RGB is 135 - color contains mainly: blue. Hex color #377B87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377B87 is #C88478. Grayscale: #676767. Windows color (decimal): -13141113 or 8878903. OLE color: 8878903.

HSL color Cylindrical-coordinate representation of color #377B87: hue angle of 189º 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 #377B87 is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB55123135-
CMYK0.590.0900.47
HSL189º42.11%37.25%-
HSV(B)189º59.26%52.94%-
XYZ13.0316.7325.46-
YUV104.04145.4793.02-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.57%
GREEN value IS 123 (48.44% from 255) = 39.30%
BLUE value IS 135 (53.12% from 255) = 43.13%
R=17.57%
G=39.30%
B=43.13%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal551231350.590.0900.4718942.1137.25
Hex377B873B902Fbd2a25
Octal6717320773110572755245
Binary1101111111011100001111110111001010111110111101101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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