#397785

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

Shades of Calypso #397785

Tints of Calypso #397785

Color information

#397785 (or 0x397785) is unknown color: approx Calypso. HEX triplet: 39, 77 and 85. RGB value is (57,119,133). Sum of RGB (Red+Green+Blue) = 57+119+133=309 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.45% from 309); Green value is 119 (46.88% from 255 or 38.51% from 309); Blue value is 133 (52.34% from 255 or 43.04% from 309); Max value from RGB is 133 - color contains mainly: blue. Hex color #397785 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397785 is #C6887A. Grayscale: #656565. Windows color (decimal): -13011067 or 8746809. OLE color: 8746809.

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

Color convert

RGB57119133-
CMYK0.570.1100.48
HSL191.05º40%37.25%-
HSV(B)191.05º57.14%52.16%-
XYZ12.5215.7624.57-
YUV102.06145.4695.86-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.45%
GREEN value IS 119 (46.88% from 255) = 38.51%
BLUE value IS 133 (52.34% from 255) = 43.04%
R=18.45%
G=38.51%
B=43.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal571191330.570.1100.48191.054037.25
Hex39778539B030bf2825
Octal7116720571130602775045
Binary1110011110111100001011110011011011000010111111101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397785; }

 p { color: rgb(57,119,133); }

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

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

 a { background-color: rgb(57,119,133); }

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

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

 span { border-color: rgb(57,119,133); }

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