#377A8B

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

Shades of Calypso #377A8B

Tints of Calypso #377A8B

Color information

#377A8B (or 0x377A8B) is unknown color: approx Calypso. HEX triplet: 37, 7A and 8B. RGB value is (55,122,139). Sum of RGB (Red+Green+Blue) = 55+122+139=316 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.41% from 316); Green value is 122 (48.05% from 255 or 38.61% from 316); Blue value is 139 (54.69% from 255 or 43.99% from 316); Max value from RGB is 139 - color contains mainly: blue. Hex color #377A8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377A8B is #C88574. Grayscale: #676767. Windows color (decimal): -13141365 or 9140791. OLE color: 9140791.

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

Color convert

RGB55122139-
CMYK0.600.1200.45
HSL192.14º43.3%38.04%-
HSV(B)192.14º60.43%54.51%-
XYZ13.216.626.93-
YUV103.9147.893.12-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.41%
GREEN value IS 122 (48.05% from 255) = 38.61%
BLUE value IS 139 (54.69% from 255) = 43.99%
R=17.41%
G=38.61%
B=43.99%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal551221390.600.1200.45192.1443.338.04
Hex377A8B3CC02Dc02b26
Octal6717221374140553005346
Binary1101111111010100010111111001100010110111000000101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377A8B; }

 p { color: rgb(55,122,139); }

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

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

 a { background-color: rgb(55,122,139); }

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

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

 span { border-color: rgb(55,122,139); }

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