#397884

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

Shades of Calypso #397884

Tints of Calypso #397884

Color information

#397884 (or 0x397884) is unknown color: approx Calypso. HEX triplet: 39, 78 and 84. RGB value is (57,120,132). Sum of RGB (Red+Green+Blue) = 57+120+132=309 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.45% from 309); Green value is 120 (47.27% from 255 or 38.83% from 309); Blue value is 132 (51.95% from 255 or 42.72% from 309); Max value from RGB is 132 - color contains mainly: blue. Hex color #397884 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397884 is #C6877B. Grayscale: #666666. Windows color (decimal): -13010812 or 8681529. OLE color: 8681529.

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

Color convert

RGB57120132-
CMYK0.570.0900.48
HSL189.6º39.68%37.06%-
HSV(B)189.6º56.82%51.76%-
XYZ12.5715.9724.25-
YUV102.53144.6395.52-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.45%
GREEN value IS 120 (47.27% from 255) = 38.83%
BLUE value IS 132 (51.95% from 255) = 42.72%
R=18.45%
G=38.83%
B=42.72%

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
Decimal571201320.570.0900.48189.639.6837.06
Hex397884399030be2825
Octal7117020471110602765045
Binary1110011111000100001001110011001011000010111110101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397884; }

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

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

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

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

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

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

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

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