#397985

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

Shades of Calypso #397985

Tints of Calypso #397985

Color information

#397985 (or 0x397985) is unknown color: approx Calypso. HEX triplet: 39, 79 and 85. RGB value is (57,121,133). Sum of RGB (Red+Green+Blue) = 57+121+133=311 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.33% from 311); Green value is 121 (47.66% from 255 or 38.91% from 311); Blue value is 133 (52.34% from 255 or 42.77% from 311); Max value from RGB is 133 - color contains mainly: blue. Hex color #397985 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397985 is #C6867A. Grayscale: #676767. Windows color (decimal): -13010555 or 8747321. OLE color: 8747321.

HSL color Cylindrical-coordinate representation of color #397985: hue angle of 189.47º 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 #397985 is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB57121133-
CMYK0.570.0900.48
HSL189.47º40%37.25%-
HSV(B)189.47º57.14%52.16%-
XYZ12.7616.2424.65-
YUV103.23144.895.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.33%
GREEN value IS 121 (47.66% from 255) = 38.91%
BLUE value IS 133 (52.34% from 255) = 42.77%
R=18.33%
G=38.91%
B=42.77%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal571211330.570.0900.48189.474037.25
Hex397985399030bd2825
Octal7117120571110602755045
Binary1110011111001100001011110011001011000010111101101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397985; }

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

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

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

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

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

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

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

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