#377688

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

Shades of Calypso #377688

Tints of Calypso #377688

Color information

#377688 (or 0x377688) is unknown color: approx Calypso. HEX triplet: 37, 76 and 88. RGB value is (55,118,136). Sum of RGB (Red+Green+Blue) = 55+118+136=309 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.80% from 309); Green value is 118 (46.48% from 255 or 38.19% from 309); Blue value is 136 (53.52% from 255 or 44.01% from 309); Max value from RGB is 136 - color contains mainly: blue. Hex color #377688 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377688 is #C88977. Grayscale: #656565. Windows color (decimal): -13142392 or 8943159. OLE color: 8943159.

HSL color Cylindrical-coordinate representation of color #377688: hue angle of 193.33º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #377688 is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB55118136-
CMYK0.600.1300.47
HSL193.33º42.41%37.45%-
HSV(B)193.33º59.56%53.33%-
XYZ12.515.5525.63-
YUV101.21147.6395.04-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.80%
GREEN value IS 118 (46.48% from 255) = 38.19%
BLUE value IS 136 (53.52% from 255) = 44.01%
R=17.80%
G=38.19%
B=44.01%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal551181360.600.1300.47193.3342.4137.45
Hex3776883CD02Fc12a25
Octal6716621074150573015245
Binary1101111110110100010001111001101010111111000001101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377688; }

 p { color: rgb(55,118,136); }

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

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

 a { background-color: rgb(55,118,136); }

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

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

 span { border-color: rgb(55,118,136); }

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