#397984

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

Shades of Calypso #397984

Tints of Calypso #397984

Color information

#397984 (or 0x397984) is unknown color: approx Calypso. HEX triplet: 39, 79 and 84. RGB value is (57,121,132). Sum of RGB (Red+Green+Blue) = 57+121+132=310 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.39% from 310); Green value is 121 (47.66% from 255 or 39.03% from 310); Blue value is 132 (51.95% from 255 or 42.58% from 310); Max value from RGB is 132 - color contains mainly: blue. Hex color #397984 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397984 is #C6867B. Grayscale: #676767. Windows color (decimal): -13010556 or 8681785. OLE color: 8681785.

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

Color convert

RGB57121132-
CMYK0.570.0800.48
HSL188.8º39.68%37.06%-
HSV(B)188.8º56.82%51.76%-
XYZ12.6916.2124.29-
YUV103.12144.395.11-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.39%
GREEN value IS 121 (47.66% from 255) = 39.03%
BLUE value IS 132 (51.95% from 255) = 42.58%
R=18.39%
G=39.03%
B=42.58%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal571211320.570.0800.48188.839.6837.06
Hex397984398030bd2825
Octal7117120471100602755045
Binary1110011111001100001001110011000011000010111101101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397984; }

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

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

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

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

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

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

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

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