#377989

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

Shades of Calypso #377989

Tints of Calypso #377989

Color information

#377989 (or 0x377989) is unknown color: approx Calypso. HEX triplet: 37, 79 and 89. RGB value is (55,121,137). Sum of RGB (Red+Green+Blue) = 55+121+137=313 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.57% from 313); Green value is 121 (47.66% from 255 or 38.66% from 313); Blue value is 137 (53.91% from 255 or 43.77% from 313); Max value from RGB is 137 - color contains mainly: blue. Hex color #377989 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377989 is #C88676. Grayscale: #666666. Windows color (decimal): -13141623 or 9009463. OLE color: 9009463.

HSL color Cylindrical-coordinate representation of color #377989: hue angle of 191.71º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #377989 is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB55121137-
CMYK0.600.1200.46
HSL191.71º42.71%37.65%-
HSV(B)191.71º59.85%53.73%-
XYZ12.9316.2926.13-
YUV103.09147.1393.7-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.57%
GREEN value IS 121 (47.66% from 255) = 38.66%
BLUE value IS 137 (53.91% from 255) = 43.77%
R=17.57%
G=38.66%
B=43.77%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal551211370.600.1200.46191.7142.7137.65
Hex3779893CC02Ec02b26
Octal6717121174140563005346
Binary1101111111001100010011111001100010111011000000101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377989; }

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

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

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

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

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

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

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

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