#3A748B

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

Shades of Calypso #3A748B

Tints of Calypso #3A748B

Color information

#3A748B (or 0x3A748B) is unknown color: approx Calypso. HEX triplet: 3A, 74 and 8B. RGB value is (58,116,139). Sum of RGB (Red+Green+Blue) = 58+116+139=313 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.53% from 313); Green value is 116 (45.70% from 255 or 37.06% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 139 - color contains mainly: blue. Hex color #3A748B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A748B is #C58B74. Grayscale: #656565. Windows color (decimal): -12946293 or 9139258. OLE color: 9139258.

HSL color Cylindrical-coordinate representation of color #3A748B: hue angle of 197.04º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A748B is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB58116139-
CMYK0.580.1700.45
HSL197.04º41.12%38.63%-
HSV(B)197.04º58.27%54.51%-
XYZ12.6515.2526.7-
YUV101.28149.2897.13-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.53%
GREEN value IS 116 (45.70% from 255) = 37.06%
BLUE value IS 139 (54.69% from 255) = 44.41%
R=18.53%
G=37.06%
B=44.41%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal581161390.580.1700.45197.0441.1238.63
Hex3A748B3A1102Dc52927
Octal7216421372210553055147
Binary11101011101001000101111101010001010110111000101101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A748B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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