#397388

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

Shades of Calypso #397388

Tints of Calypso #397388

Color information

#397388 (or 0x397388) is unknown color: approx Calypso. HEX triplet: 39, 73 and 88. RGB value is (57,115,136). Sum of RGB (Red+Green+Blue) = 57+115+136=308 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.51% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 136 (53.52% from 255 or 44.16% from 308); Max value from RGB is 136 - color contains mainly: blue. Hex color #397388 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397388 is #C68C77. Grayscale: #636363. Windows color (decimal): -13012088 or 8942393. OLE color: 8942393.

HSL color Cylindrical-coordinate representation of color #397388: hue angle of 195.95º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #397388 is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB57115136-
CMYK0.580.1500.47
HSL195.95º40.93%37.84%-
HSV(B)195.95º58.09%53.33%-
XYZ12.2614.9125.52-
YUV100.05148.2897.29-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.51%
GREEN value IS 115 (45.31% from 255) = 37.34%
BLUE value IS 136 (53.52% from 255) = 44.16%
R=18.51%
G=37.34%
B=44.16%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal571151360.580.1500.47195.9540.9337.84
Hex3973883AF02Fc42926
Octal7116321072170573045146
Binary1110011110011100010001110101111010111111000100101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397388; }

 p { color: rgb(57,115,136); }

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

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

 a { background-color: rgb(57,115,136); }

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

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

 span { border-color: rgb(57,115,136); }

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