#3A7484

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

Shades of Calypso #3A7484

Tints of Calypso #3A7484

Color information

#3A7484 (or 0x3A7484) is unknown color: approx Calypso. HEX triplet: 3A, 74 and 84. RGB value is (58,116,132). Sum of RGB (Red+Green+Blue) = 58+116+132=306 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.95% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 132 (51.95% from 255 or 43.14% from 306); Max value from RGB is 132 - color contains mainly: blue. Hex color #3A7484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7484 is #C58B7B. Grayscale: #646464. Windows color (decimal): -12946300 or 8680506. OLE color: 8680506.

HSL color Cylindrical-coordinate representation of color #3A7484: hue angle of 192.97º 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 #3A7484 is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB58116132-
CMYK0.560.1200.48
HSL192.97º38.95%37.25%-
HSV(B)192.97º56.06%51.76%-
XYZ12.1615.0624.1-
YUV100.48145.7897.7-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.95%
GREEN value IS 116 (45.70% from 255) = 37.91%
BLUE value IS 132 (51.95% from 255) = 43.14%
R=18.95%
G=37.91%
B=43.14%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal581161320.560.1200.48192.9738.9537.25
Hex3A748438C030c12725
Octal7216420470140603014745
Binary1110101110100100001001110001100011000011000001100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,116,132); }

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

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

 a { background-color: rgb(58,116,132); }

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

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

 span { border-color: rgb(58,116,132); }

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