#377B8B

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

Shades of Calypso #377B8B

Tints of Calypso #377B8B

Color information

#377B8B (or 0x377B8B) is unknown color: approx Calypso. HEX triplet: 37, 7B and 8B. RGB value is (55,123,139). Sum of RGB (Red+Green+Blue) = 55+123+139=317 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.35% from 317); Green value is 123 (48.44% from 255 or 38.80% from 317); Blue value is 139 (54.69% from 255 or 43.85% from 317); Max value from RGB is 139 - color contains mainly: blue. Hex color #377B8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377B8B is #C88474. Grayscale: #686868. Windows color (decimal): -13141109 or 9141047. OLE color: 9141047.

HSL color Cylindrical-coordinate representation of color #377B8B: hue angle of 191.43º 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 #377B8B is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB55123139-
CMYK0.600.1200.45
HSL191.43º43.3%38.04%-
HSV(B)191.43º60.43%54.51%-
XYZ13.3216.8426.98-
YUV104.49147.4792.7-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.35%
GREEN value IS 123 (48.44% from 255) = 38.80%
BLUE value IS 139 (54.69% from 255) = 43.85%
R=17.35%
G=38.80%
B=43.85%

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
Decimal551231390.600.1200.45191.4343.338.04
Hex377B8B3CC02Dbf2b26
Octal6717321374140552775346
Binary1101111111011100010111111001100010110110111111101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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