#3A738B

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

Shades of Calypso #3A738B

Tints of Calypso #3A738B

Color information

#3A738B (or 0x3A738B) is unknown color: approx Calypso. HEX triplet: 3A, 73 and 8B. RGB value is (58,115,139). Sum of RGB (Red+Green+Blue) = 58+115+139=312 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.59% from 312); Green value is 115 (45.31% from 255 or 36.86% from 312); Blue value is 139 (54.69% from 255 or 44.55% from 312); Max value from RGB is 139 - color contains mainly: blue. Hex color #3A738B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A738B is #C58C74. Grayscale: #646464. Windows color (decimal): -12946549 or 9139002. OLE color: 9139002.

HSL color Cylindrical-coordinate representation of color #3A738B: hue angle of 197.78º 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 #3A738B is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB58115139-
CMYK0.580.1700.45
HSL197.78º41.12%38.63%-
HSV(B)197.78º58.27%54.51%-
XYZ12.5415.0326.67-
YUV100.69149.6297.55-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.59%
GREEN value IS 115 (45.31% from 255) = 36.86%
BLUE value IS 139 (54.69% from 255) = 44.55%
R=18.59%
G=36.86%
B=44.55%

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
Decimal581151390.580.1700.45197.7841.1238.63
Hex3A738B3A1102Dc62927
Octal7216321372210553065147
Binary11101011100111000101111101010001010110111000110101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A738B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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