#3A717E

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

Shades of Calypso #3A717E

Tints of Calypso #3A717E

Color information

#3A717E (or 0x3A717E) is unknown color: approx Calypso. HEX triplet: 3A, 71 and 7E. RGB value is (58,113,126). Sum of RGB (Red+Green+Blue) = 58+113+126=297 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.53% from 297); Green value is 113 (44.53% from 255 or 38.05% from 297); Blue value is 126 (49.61% from 255 or 42.42% from 297); Max value from RGB is 126 - color contains mainly: blue. Hex color #3A717E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A717E is #C58E81. Grayscale: #616161. Windows color (decimal): -12947074 or 8286522. OLE color: 8286522.

HSL color Cylindrical-coordinate representation of color #3A717E: hue angle of 191.47º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A717E is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB58113126-
CMYK0.540.1000.51
HSL191.47º36.96%36.08%-
HSV(B)191.47º53.97%49.41%-
XYZ11.4214.2221.88-
YUV98.04143.7899.44-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.53%
GREEN value IS 113 (44.53% from 255) = 38.05%
BLUE value IS 126 (49.61% from 255) = 42.42%
R=19.53%
G=38.05%
B=42.42%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal581131260.540.1000.51191.4736.9636.08
Hex3A717E36A033bf2524
Octal7216117666120632774544
Binary111010111000111111101101101010011001110111111100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A717E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A717E; }

 p { color: rgb(58,113,126); }

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

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

 a { background-color: rgb(58,113,126); }

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

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

 span { border-color: rgb(58,113,126); }

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