#3A7683

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

Shades of Calypso #3A7683

Tints of Calypso #3A7683

Color information

#3A7683 (or 0x3A7683) is unknown color: approx Calypso. HEX triplet: 3A, 76 and 83. RGB value is (58,118,131). Sum of RGB (Red+Green+Blue) = 58+118+131=307 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.89% from 307); Green value is 118 (46.48% from 255 or 38.44% from 307); Blue value is 131 (51.56% from 255 or 42.67% from 307); Max value from RGB is 131 - color contains mainly: blue. Hex color #3A7683 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7683 is #C5897C. Grayscale: #656565. Windows color (decimal): -12945789 or 8615482. OLE color: 8615482.

HSL color Cylindrical-coordinate representation of color #3A7683: hue angle of 190.68º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A7683 is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB58118131-
CMYK0.560.1000.49
HSL190.68º38.62%37.06%-
HSV(B)190.68º55.73%51.37%-
XYZ12.3215.523.81-
YUV101.54144.6296.94-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.89%
GREEN value IS 118 (46.48% from 255) = 38.44%
BLUE value IS 131 (51.56% from 255) = 42.67%
R=18.89%
G=38.44%
B=42.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal581181310.560.1000.49190.6838.6237.06
Hex3A768338A031bf2725
Octal7216620370120612774745
Binary1110101110110100000111110001010011000110111111100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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