#397382

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

Shades of Calypso #397382

Tints of Calypso #397382

Color information

#397382 (or 0x397382) is unknown color: approx Calypso. HEX triplet: 39, 73 and 82. RGB value is (57,115,130). Sum of RGB (Red+Green+Blue) = 57+115+130=302 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.87% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 130 (51.17% from 255 or 43.05% from 302); Max value from RGB is 130 - color contains mainly: blue. Hex color #397382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397382 is #C68C7D. Grayscale: #636363. Windows color (decimal): -13012094 or 8549177. OLE color: 8549177.

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

Color convert

RGB57115130-
CMYK0.560.1200.49
HSL192.33º39.04%36.67%-
HSV(B)192.33º56.15%50.98%-
XYZ11.8514.7423.34-
YUV99.37145.2897.78-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.87%
GREEN value IS 115 (45.31% from 255) = 38.08%
BLUE value IS 130 (51.17% from 255) = 43.05%
R=18.87%
G=38.08%
B=43.05%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal571151300.560.1200.49192.3339.0436.67
Hex39738238C031c02725
Octal7116320270140613004745
Binary1110011110011100000101110001100011000111000000100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397382; }

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

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

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

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

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

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

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

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