#377784

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

Shades of Calypso #377784

Tints of Calypso #377784

Color information

#377784 (or 0x377784) is unknown color: approx Calypso. HEX triplet: 37, 77 and 84. RGB value is (55,119,132). Sum of RGB (Red+Green+Blue) = 55+119+132=306 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.97% from 306); Green value is 119 (46.88% from 255 or 38.89% from 306); Blue value is 132 (51.95% from 255 or 43.14% from 306); Max value from RGB is 132 - color contains mainly: blue. Hex color #377784 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377784 is #C8887B. Grayscale: #656565. Windows color (decimal): -13142140 or 8681271. OLE color: 8681271.

HSL color Cylindrical-coordinate representation of color #377784: hue angle of 190.13º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #377784 is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB55119132-
CMYK0.580.1000.48
HSL190.13º41.18%36.67%-
HSV(B)190.13º58.33%51.76%-
XYZ12.3415.6724.2-
YUV101.35145.394.94-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.97%
GREEN value IS 119 (46.88% from 255) = 38.89%
BLUE value IS 132 (51.95% from 255) = 43.14%
R=17.97%
G=38.89%
B=43.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal551191320.580.1000.48190.1341.1836.67
Hex3777843AA030be2925
Octal6716720472120602765145
Binary1101111110111100001001110101010011000010111110101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377784; }

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

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

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

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

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

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

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

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