#397885

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

Shades of Calypso #397885

Tints of Calypso #397885

Color information

#397885 (or 0x397885) is unknown color: approx Calypso. HEX triplet: 39, 78 and 85. RGB value is (57,120,133). Sum of RGB (Red+Green+Blue) = 57+120+133=310 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.39% from 310); Green value is 120 (47.27% from 255 or 38.71% from 310); Blue value is 133 (52.34% from 255 or 42.90% from 310); Max value from RGB is 133 - color contains mainly: blue. Hex color #397885 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397885 is #C6877A. Grayscale: #666666. Windows color (decimal): -13010811 or 8747065. OLE color: 8747065.

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

Color convert

RGB57120133-
CMYK0.570.1000.48
HSL190.26º40%37.25%-
HSV(B)190.26º57.14%52.16%-
XYZ12.641624.61-
YUV102.65145.1395.44-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.39%
GREEN value IS 120 (47.27% from 255) = 38.71%
BLUE value IS 133 (52.34% from 255) = 42.90%
R=18.39%
G=38.71%
B=42.90%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal571201330.570.1000.48190.264037.25
Hex39788539A030be2825
Octal7117020571120602765045
Binary1110011111000100001011110011010011000010111110101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397885; }

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

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

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

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

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

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

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

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