#377686

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

Shades of Calypso #377686

Tints of Calypso #377686

Color information

#377686 (or 0x377686) is unknown color: approx Calypso. HEX triplet: 37, 76 and 86. RGB value is (55,118,134). Sum of RGB (Red+Green+Blue) = 55+118+134=307 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.92% from 307); Green value is 118 (46.48% from 255 or 38.44% from 307); Blue value is 134 (52.73% from 255 or 43.65% from 307); Max value from RGB is 134 - color contains mainly: blue. Hex color #377686 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377686 is #C88979. Grayscale: #646464. Windows color (decimal): -13142394 or 8812087. OLE color: 8812087.

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

Color convert

RGB55118134-
CMYK0.590.1200.47
HSL192.15º41.8%37.06%-
HSV(B)192.15º58.96%52.55%-
XYZ12.3615.4924.89-
YUV100.99146.6395.2-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.92%
GREEN value IS 118 (46.48% from 255) = 38.44%
BLUE value IS 134 (52.73% from 255) = 43.65%
R=17.92%
G=38.44%
B=43.65%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal551181340.590.1200.47192.1541.837.06
Hex3776863BC02Fc02a25
Octal6716620673140573005245
Binary1101111110110100001101110111100010111111000000101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377686; }

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

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

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

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

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

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

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

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