#3A7690

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

Shades of Calypso #3A7690

Tints of Calypso #3A7690

Color information

#3A7690 (or 0x3A7690) is unknown color: approx Calypso. HEX triplet: 3A, 76 and 90. RGB value is (58,118,144). Sum of RGB (Red+Green+Blue) = 58+118+144=320 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.12% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 144 - color contains mainly: blue. Hex color #3A7690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7690 is #C5896F. Grayscale: #666666. Windows color (decimal): -12945776 or 9467450. OLE color: 9467450.

HSL color Cylindrical-coordinate representation of color #3A7690: hue angle of 198.14º 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 #3A7690 is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB58118144-
CMYK0.600.1800.44
HSL198.14º42.57%39.61%-
HSV(B)198.14º59.72%56.47%-
XYZ13.2615.8728.75-
YUV103.02151.1295.89-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.12%
GREEN value IS 118 (46.48% from 255) = 36.88%
BLUE value IS 144 (56.64% from 255) = 45%
R=18.12%
G=36.88%
B=45%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal581181440.600.1800.44198.1442.5739.61
Hex3A76903C1202Cc62b28
Octal7216622074220543065350
Binary11101011101101001000011110010010010110011000110101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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