#3A7985

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

Shades of Calypso #3A7985

Tints of Calypso #3A7985

Color information

#3A7985 (or 0x3A7985) is unknown color: approx Calypso. HEX triplet: 3A, 79 and 85. RGB value is (58,121,133). Sum of RGB (Red+Green+Blue) = 58+121+133=312 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.59% from 312); Green value is 121 (47.66% from 255 or 38.78% from 312); Blue value is 133 (52.34% from 255 or 42.63% from 312); Max value from RGB is 133 - color contains mainly: blue. Hex color #3A7985 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7985 is #C5867A. Grayscale: #676767. Windows color (decimal): -12945019 or 8747322. OLE color: 8747322.

HSL color Cylindrical-coordinate representation of color #3A7985: hue angle of 189.6º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A7985 is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB58121133-
CMYK0.560.0900.48
HSL189.6º39.27%37.45%-
HSV(B)189.6º56.39%52.16%-
XYZ12.8216.2724.65-
YUV103.53144.6395.52-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.59%
GREEN value IS 121 (47.66% from 255) = 38.78%
BLUE value IS 133 (52.34% from 255) = 42.63%
R=18.59%
G=38.78%
B=42.63%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal581211330.560.0900.48189.639.2737.45
Hex3A7985389030be2725
Octal7217120570110602764745
Binary1110101111001100001011110001001011000010111110100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,121,133); }

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

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

 a { background-color: rgb(58,121,133); }

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

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

 span { border-color: rgb(58,121,133); }

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