#37778A

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

Shades of Calypso #37778A

Tints of Calypso #37778A

Color information

#37778A (or 0x37778A) is unknown color: approx Calypso. HEX triplet: 37, 77 and 8A. RGB value is (55,119,138). Sum of RGB (Red+Green+Blue) = 55+119+138=312 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.63% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 138 (54.30% from 255 or 44.23% from 312); Max value from RGB is 138 - color contains mainly: blue. Hex color #37778A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #37778A is #C88875. Grayscale: #656565. Windows color (decimal): -13142134 or 9074487. OLE color: 9074487.

HSL color Cylindrical-coordinate representation of color #37778A: hue angle of 193.73º 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 #37778A is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB55119138-
CMYK0.600.1400.46
HSL193.73º43.01%37.84%-
HSV(B)193.73º60.14%54.12%-
XYZ12.7615.8426.43-
YUV102.03148.394.46-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.63%
GREEN value IS 119 (46.88% from 255) = 38.14%
BLUE value IS 138 (54.30% from 255) = 44.23%
R=17.63%
G=38.14%
B=44.23%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal551191380.600.1400.46193.7343.0137.84
Hex37778A3CE02Ec22b26
Octal6716721274160563025346
Binary1101111110111100010101111001110010111011000010101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37778A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37778A; }

 p { color: rgb(55,119,138); }

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

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

 a { background-color: rgb(55,119,138); }

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

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

 span { border-color: rgb(55,119,138); }

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