#3A768F

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

Shades of Calypso #3A768F

Tints of Calypso #3A768F

Color information

#3A768F (or 0x3A768F) is unknown color: approx Calypso. HEX triplet: 3A, 76 and 8F. RGB value is (58,118,143). Sum of RGB (Red+Green+Blue) = 58+118+143=319 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.18% from 319); Green value is 118 (46.48% from 255 or 36.99% from 319); Blue value is 143 (56.25% from 255 or 44.83% from 319); Max value from RGB is 143 - color contains mainly: blue. Hex color #3A768F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A768F is #C58970. Grayscale: #666666. Windows color (decimal): -12945777 or 9401914. OLE color: 9401914.

HSL color Cylindrical-coordinate representation of color #3A768F: hue angle of 197.65º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A768F is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB58118143-
CMYK0.590.1700.44
HSL197.65º42.29%39.41%-
HSV(B)197.65º59.44%56.08%-
XYZ13.1815.8428.35-
YUV102.91150.6295.97-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.18%
GREEN value IS 118 (46.48% from 255) = 36.99%
BLUE value IS 143 (56.25% from 255) = 44.83%
R=18.18%
G=36.99%
B=44.83%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal581181430.590.1700.44197.6542.2939.41
Hex3A768F3B1102Cc62a27
Octal7216621773210543065247
Binary11101011101101000111111101110001010110011000110101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A768F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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