#397182

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

Shades of Calypso #397182

Tints of Calypso #397182

Color information

#397182 (or 0x397182) is unknown color: approx Calypso. HEX triplet: 39, 71 and 82. RGB value is (57,113,130). Sum of RGB (Red+Green+Blue) = 57+113+130=300 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19% from 300); Green value is 113 (44.53% from 255 or 37.67% from 300); Blue value is 130 (51.17% from 255 or 43.33% from 300); Max value from RGB is 130 - color contains mainly: blue. Hex color #397182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397182 is #C68E7D. Grayscale: #626262. Windows color (decimal): -13012606 or 8548665. OLE color: 8548665.

HSL color Cylindrical-coordinate representation of color #397182: hue angle of 193.97º 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 #397182 is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB57113130-
CMYK0.560.1300.49
HSL193.97º39.04%36.67%-
HSV(B)193.97º56.15%50.98%-
XYZ11.6214.2923.27-
YUV98.19145.9598.62-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19%
GREEN value IS 113 (44.53% from 255) = 37.67%
BLUE value IS 130 (51.17% from 255) = 43.33%
R=19%
G=37.67%
B=43.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal571131300.560.1300.49193.9739.0436.67
Hex39718238D031c22725
Octal7116120270150613024745
Binary1110011110001100000101110001101011000111000010100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397182; }

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

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

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

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

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

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

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

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