#377682

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

Shades of Calypso #377682

Tints of Calypso #377682

Color information

#377682 (or 0x377682) is unknown color: approx Calypso. HEX triplet: 37, 76 and 82. RGB value is (55,118,130). Sum of RGB (Red+Green+Blue) = 55+118+130=303 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.15% from 303); Green value is 118 (46.48% from 255 or 38.94% from 303); Blue value is 130 (51.17% from 255 or 42.90% from 303); Max value from RGB is 130 - color contains mainly: blue. Hex color #377682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377682 is #C8897D. Grayscale: #646464. Windows color (decimal): -13142398 or 8549943. OLE color: 8549943.

HSL color Cylindrical-coordinate representation of color #377682: hue angle of 189.6º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #377682 is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB55118130-
CMYK0.580.0900.49
HSL189.6º40.54%36.27%-
HSV(B)189.6º57.69%50.98%-
XYZ12.0815.3823.45-
YUV100.53144.6395.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.15%
GREEN value IS 118 (46.48% from 255) = 38.94%
BLUE value IS 130 (51.17% from 255) = 42.90%
R=18.15%
G=38.94%
B=42.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal551181300.580.0900.49189.640.5436.27
Hex3776823A9031be2924
Octal6716620272110612765144
Binary1101111110110100000101110101001011000110111110101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377682; }

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

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

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

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

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

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

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

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