#377782

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

Shades of Calypso #377782

Tints of Calypso #377782

Color information

#377782 (or 0x377782) is unknown color: approx Calypso. HEX triplet: 37, 77 and 82. RGB value is (55,119,130). Sum of RGB (Red+Green+Blue) = 55+119+130=304 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.09% from 304); Green value is 119 (46.88% from 255 or 39.14% from 304); Blue value is 130 (51.17% from 255 or 42.76% from 304); Max value from RGB is 130 - color contains mainly: blue. Hex color #377782 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377782 is #C8887D. Grayscale: #656565. Windows color (decimal): -13142142 or 8550199. OLE color: 8550199.

HSL color Cylindrical-coordinate representation of color #377782: hue angle of 188.8º 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 #377782 is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB55119130-
CMYK0.580.0800.49
HSL188.8º40.54%36.27%-
HSV(B)188.8º57.69%50.98%-
XYZ12.215.6223.49-
YUV101.12144.395.11-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.09%
GREEN value IS 119 (46.88% from 255) = 39.14%
BLUE value IS 130 (51.17% from 255) = 42.76%
R=18.09%
G=39.14%
B=42.76%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal551191300.580.0800.49188.840.5436.27
Hex3777823A8031bd2924
Octal6716720272100612755144
Binary1101111110111100000101110101000011000110111101101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377782; }

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

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

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

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

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

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

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

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