#397381

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

Shades of Calypso #397381

Tints of Calypso #397381

Color information

#397381 (or 0x397381) is unknown color: approx Calypso. HEX triplet: 39, 73 and 81. RGB value is (57,115,129). Sum of RGB (Red+Green+Blue) = 57+115+129=301 (39% of max value = 765). Red value is 57 (22.66% from 255 or 18.94% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 129 (50.78% from 255 or 42.86% from 301); Max value from RGB is 129 - color contains mainly: blue. Hex color #397381 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397381 is #C68C7E. Grayscale: #636363. Windows color (decimal): -13012095 or 8483641. OLE color: 8483641.

HSL color Cylindrical-coordinate representation of color #397381: hue angle of 191.67º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #397381 is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB57115129-
CMYK0.560.1100.49
HSL191.67º38.71%36.47%-
HSV(B)191.67º55.81%50.59%-
XYZ11.7814.7222.99-
YUV99.25144.7897.86-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.94%
GREEN value IS 115 (45.31% from 255) = 38.21%
BLUE value IS 129 (50.78% from 255) = 42.86%
R=18.94%
G=38.21%
B=42.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal571151290.560.1100.49191.6738.7136.47
Hex39738138B031c02724
Octal7116320170130613004744
Binary1110011110011100000011110001011011000111000000100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397381; }

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

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

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

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

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

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

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

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