#377783

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

Shades of Calypso #377783

Tints of Calypso #377783

Color information

#377783 (or 0x377783) is unknown color: approx Calypso. HEX triplet: 37, 77 and 83. RGB value is (55,119,131). Sum of RGB (Red+Green+Blue) = 55+119+131=305 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.03% from 305); Green value is 119 (46.88% from 255 or 39.02% from 305); Blue value is 131 (51.56% from 255 or 42.95% from 305); Max value from RGB is 131 - color contains mainly: blue. Hex color #377783 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377783 is #C8887C. Grayscale: #656565. Windows color (decimal): -13142141 or 8615735. OLE color: 8615735.

HSL color Cylindrical-coordinate representation of color #377783: hue angle of 189.47º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #377783 is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB55119131-
CMYK0.580.0900.49
HSL189.47º40.86%36.47%-
HSV(B)189.47º58.02%51.37%-
XYZ12.2715.6423.85-
YUV101.23144.895.02-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.03%
GREEN value IS 119 (46.88% from 255) = 39.02%
BLUE value IS 131 (51.56% from 255) = 42.95%
R=18.03%
G=39.02%
B=42.95%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal551191310.580.0900.49189.4740.8636.47
Hex3777833A9031bd2924
Octal6716720372110612755144
Binary1101111110111100000111110101001011000110111101101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377783; }

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

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

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

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

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

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

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

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