#3A7483

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

Shades of Calypso #3A7483

Tints of Calypso #3A7483

Color information

#3A7483 (or 0x3A7483) is unknown color: approx Calypso. HEX triplet: 3A, 74 and 83. RGB value is (58,116,131). Sum of RGB (Red+Green+Blue) = 58+116+131=305 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.02% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 131 (51.56% from 255 or 42.95% from 305); Max value from RGB is 131 - color contains mainly: blue. Hex color #3A7483 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7483 is #C58B7C. Grayscale: #646464. Windows color (decimal): -12946301 or 8614970. OLE color: 8614970.

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

Color convert

RGB58116131-
CMYK0.560.1100.49
HSL192.33º38.62%37.06%-
HSV(B)192.33º55.73%51.37%-
XYZ12.0915.0323.74-
YUV100.37145.2897.78-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.02%
GREEN value IS 116 (45.70% from 255) = 38.03%
BLUE value IS 131 (51.56% from 255) = 42.95%
R=19.02%
G=38.03%
B=42.95%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal581161310.560.1100.49192.3338.6237.06
Hex3A748338B031c02725
Octal7216420370130613004745
Binary1110101110100100000111110001011011000111000000100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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