#3A758E

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

Shades of Calypso #3A758E

Tints of Calypso #3A758E

Color information

#3A758E (or 0x3A758E) is unknown color: approx Calypso. HEX triplet: 3A, 75 and 8E. RGB value is (58,117,142). Sum of RGB (Red+Green+Blue) = 58+117+142=317 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.30% from 317); Green value is 117 (46.09% from 255 or 36.91% from 317); Blue value is 142 (55.86% from 255 or 44.79% from 317); Max value from RGB is 142 - color contains mainly: blue. Hex color #3A758E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A758E is #C58A71. Grayscale: #666666. Windows color (decimal): -12946034 or 9336122. OLE color: 9336122.

HSL color Cylindrical-coordinate representation of color #3A758E: hue angle of 197.86º 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 #3A758E is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB58117142-
CMYK0.590.1800.44
HSL197.86º42%39.22%-
HSV(B)197.86º59.15%55.69%-
XYZ12.9915.5827.91-
YUV102.21150.4596.47-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.30%
GREEN value IS 117 (46.09% from 255) = 36.91%
BLUE value IS 142 (55.86% from 255) = 44.79%
R=18.30%
G=36.91%
B=44.79%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal581171420.590.1800.44197.864239.22
Hex3A758E3B1202Cc62a27
Octal7216521673220543065247
Binary11101011101011000111011101110010010110011000110101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A758E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,117,142); }

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

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

 a { background-color: rgb(58,117,142); }

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

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

 span { border-color: rgb(58,117,142); }

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