#39748A

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

Shades of Calypso #39748A

Tints of Calypso #39748A

Color information

#39748A (or 0x39748A) is unknown color: approx Calypso. HEX triplet: 39, 74 and 8A. RGB value is (57,116,138). Sum of RGB (Red+Green+Blue) = 57+116+138=311 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.33% from 311); Green value is 116 (45.70% from 255 or 37.30% from 311); Blue value is 138 (54.30% from 255 or 44.37% from 311); Max value from RGB is 138 - color contains mainly: blue. Hex color #39748A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39748A is #C68B75. Grayscale: #646464. Windows color (decimal): -13011830 or 9073721. OLE color: 9073721.

HSL color Cylindrical-coordinate representation of color #39748A: hue angle of 196.3º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #39748A is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB57116138-
CMYK0.590.1600.46
HSL196.3º41.54%38.24%-
HSV(B)196.3º58.7%54.12%-
XYZ12.5215.226.32-
YUV100.87148.9596.71-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.33%
GREEN value IS 116 (45.70% from 255) = 37.30%
BLUE value IS 138 (54.30% from 255) = 44.37%
R=18.33%
G=37.30%
B=44.37%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal571161380.590.1600.46196.341.5438.24
Hex39748A3B1002Ec42a26
Octal7116421273200563045246
Binary11100111101001000101011101110000010111011000100101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39748A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39748A; }

 p { color: rgb(57,116,138); }

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

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

 a { background-color: rgb(57,116,138); }

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

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

 span { border-color: rgb(57,116,138); }

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