#3A7788

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

Shades of Calypso #3A7788

Tints of Calypso #3A7788

Color information

#3A7788 (or 0x3A7788) is unknown color: approx Calypso. HEX triplet: 3A, 77 and 88. RGB value is (58,119,136). Sum of RGB (Red+Green+Blue) = 58+119+136=313 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.53% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 136 (53.52% from 255 or 43.45% from 313); Max value from RGB is 136 - color contains mainly: blue. Hex color #3A7788 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7788 is #C58877. Grayscale: #666666. Windows color (decimal): -12945528 or 8943418. OLE color: 8943418.

HSL color Cylindrical-coordinate representation of color #3A7788: hue angle of 193.08º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A7788 is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB58119136-
CMYK0.570.1200.47
HSL193.08º40.21%38.04%-
HSV(B)193.08º57.35%53.33%-
XYZ12.7915.8725.68-
YUV102.7146.7996.12-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.53%
GREEN value IS 119 (46.88% from 255) = 38.02%
BLUE value IS 136 (53.52% from 255) = 43.45%
R=18.53%
G=38.02%
B=43.45%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal581191360.570.1200.47193.0840.2138.04
Hex3A778839C02Fc12826
Octal7216721071140573015046
Binary1110101110111100010001110011100010111111000001101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,119,136); }

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

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

 a { background-color: rgb(58,119,136); }

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

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

 span { border-color: rgb(58,119,136); }

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