#377986

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

Shades of Calypso #377986

Tints of Calypso #377986

Color information

#377986 (or 0x377986) is unknown color: approx Calypso. HEX triplet: 37, 79 and 86. RGB value is (55,121,134). Sum of RGB (Red+Green+Blue) = 55+121+134=310 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.74% from 310); Green value is 121 (47.66% from 255 or 39.03% from 310); Blue value is 134 (52.73% from 255 or 43.23% from 310); Max value from RGB is 134 - color contains mainly: blue. Hex color #377986 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377986 is #C88679. Grayscale: #666666. Windows color (decimal): -13141626 or 8812855. OLE color: 8812855.

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

Color convert

RGB55121134-
CMYK0.590.1000.47
HSL189.87º41.8%37.06%-
HSV(B)189.87º58.96%52.55%-
XYZ12.7216.2125.01-
YUV102.75145.6393.94-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.74%
GREEN value IS 121 (47.66% from 255) = 39.03%
BLUE value IS 134 (52.73% from 255) = 43.23%
R=17.74%
G=39.03%
B=43.23%

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
Decimal551211340.590.1000.47189.8741.837.06
Hex3779863BA02Fbe2a25
Octal6717120673120572765245
Binary1101111111001100001101110111010010111110111110101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377986; }

 p { color: rgb(55,121,134); }

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

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

 a { background-color: rgb(55,121,134); }

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

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

 span { border-color: rgb(55,121,134); }

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