#397582

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

Shades of Calypso #397582

Tints of Calypso #397582

Color information

#397582 (or 0x397582) is unknown color: approx Calypso. HEX triplet: 39, 75 and 82. RGB value is (57,117,130). Sum of RGB (Red+Green+Blue) = 57+117+130=304 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.75% from 304); Green value is 117 (46.09% from 255 or 38.49% from 304); Blue value is 130 (51.17% from 255 or 42.76% from 304); Max value from RGB is 130 - color contains mainly: blue. Hex color #397582 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397582 is #C68A7D. Grayscale: #646464. Windows color (decimal): -13011582 or 8549689. OLE color: 8549689.

HSL color Cylindrical-coordinate representation of color #397582: hue angle of 190.68º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #397582 is Cyan = 0.56, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB57117130-
CMYK0.560.100.49
HSL190.68º39.04%36.67%-
HSV(B)190.68º56.15%50.98%-
XYZ12.0815.223.42-
YUV100.54144.6296.94-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.75%
GREEN value IS 117 (46.09% from 255) = 38.49%
BLUE value IS 130 (51.17% from 255) = 42.76%
R=18.75%
G=38.49%
B=42.76%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal571171300.560.100.49190.6839.0436.67
Hex39758238A031bf2725
Octal7116520270120612774745
Binary1110011110101100000101110001010011000110111111100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397582; }

 p { color: rgb(57,117,130); }

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

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

 a { background-color: rgb(57,117,130); }

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

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

 span { border-color: rgb(57,117,130); }

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