#376F7C

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

Shades of Calypso #376F7C

Tints of Calypso #376F7C

Color information

#376F7C (or 0x376F7C) is unknown color: approx Calypso. HEX triplet: 37, 6F and 7C. RGB value is (55,111,124). Sum of RGB (Red+Green+Blue) = 55+111+124=290 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.97% from 290); Green value is 111 (43.75% from 255 or 38.28% from 290); Blue value is 124 (48.83% from 255 or 42.76% from 290); Max value from RGB is 124 - color contains mainly: blue. Hex color #376F7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376F7C is #C89083. Grayscale: #5F5F5F. Windows color (decimal): -13144196 or 8154935. OLE color: 8154935.

HSL color Cylindrical-coordinate representation of color #376F7C: hue angle of 191.3º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #376F7C is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB55111124-
CMYK0.560.1000.51
HSL191.3º38.55%35.1%-
HSV(B)191.3º55.65%48.63%-
XYZ10.913.6421.13-
YUV95.74143.9598.94-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.97%
GREEN value IS 111 (43.75% from 255) = 38.28%
BLUE value IS 124 (48.83% from 255) = 42.76%
R=18.97%
G=38.28%
B=42.76%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal551111240.560.1000.51191.338.5535.1
Hex376F7C38A033bf2723
Octal6715717470120632774743
Binary110111110111111111001110001010011001110111111100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376F7C; }

 p { color: rgb(55,111,124); }

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

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

 a { background-color: rgb(55,111,124); }

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

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

 span { border-color: rgb(55,111,124); }

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