#3A7590

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

Shades of Calypso #3A7590

Tints of Calypso #3A7590

Color information

#3A7590 (or 0x3A7590) is unknown color: approx Calypso. HEX triplet: 3A, 75 and 90. RGB value is (58,117,144). Sum of RGB (Red+Green+Blue) = 58+117+144=319 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.18% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 144 - color contains mainly: blue. Hex color #3A7590 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7590 is #C58A6F. Grayscale: #666666. Windows color (decimal): -12946032 or 9467194. OLE color: 9467194.

HSL color Cylindrical-coordinate representation of color #3A7590: hue angle of 198.84º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A7590 is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB58117144-
CMYK0.600.1900.44
HSL198.84º42.57%39.61%-
HSV(B)198.84º59.72%56.47%-
XYZ13.1415.6428.71-
YUV102.44151.4596.3-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.18%
GREEN value IS 117 (46.09% from 255) = 36.68%
BLUE value IS 144 (56.64% from 255) = 45.14%
R=18.18%
G=36.68%
B=45.14%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal581171440.600.1900.44198.8442.5739.61
Hex3A75903C1302Cc72b28
Octal7216522074230543075350
Binary11101011101011001000011110010011010110011000111101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,117,144); }

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

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

 a { background-color: rgb(58,117,144); }

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

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

 span { border-color: rgb(58,117,144); }

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