#397286

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

Shades of Calypso #397286

Tints of Calypso #397286

Color information

#397286 (or 0x397286) is unknown color: approx Calypso. HEX triplet: 39, 72 and 86. RGB value is (57,114,134). Sum of RGB (Red+Green+Blue) = 57+114+134=305 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.69% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 134 (52.73% from 255 or 43.93% from 305); Max value from RGB is 134 - color contains mainly: blue. Hex color #397286 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397286 is #C68D79. Grayscale: #636363. Windows color (decimal): -13012346 or 8811065. OLE color: 8811065.

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

Color convert

RGB57114134-
CMYK0.570.1500.47
HSL195.58º40.31%37.45%-
HSV(B)195.58º57.46%52.55%-
XYZ12.0114.6324.74-
YUV99.24147.6297.87-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.69%
GREEN value IS 114 (44.92% from 255) = 37.38%
BLUE value IS 134 (52.73% from 255) = 43.93%
R=18.69%
G=37.38%
B=43.93%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal571141340.570.1500.47195.5840.3137.45
Hex39728639F02Fc42825
Octal7116220671170573045045
Binary1110011110010100001101110011111010111111000100101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397286; }

 p { color: rgb(57,114,134); }

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

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

 a { background-color: rgb(57,114,134); }

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

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

 span { border-color: rgb(57,114,134); }

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