#3E768B

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

Shades of Calypso #3E768B

Tints of Calypso #3E768B

Color information

#3E768B (or 0x3E768B) is unknown color: approx Calypso. HEX triplet: 3E, 76 and 8B. RGB value is (62,118,139). Sum of RGB (Red+Green+Blue) = 62+118+139=319 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.44% from 319); Green value is 118 (46.48% from 255 or 36.99% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 139 - color contains mainly: blue. Hex color #3E768B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E768B is #C18974. Grayscale: #676767. Windows color (decimal): -12683637 or 9139774. OLE color: 9139774.

HSL color Cylindrical-coordinate representation of color #3E768B: hue angle of 196.36º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3E768B is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB62118139-
CMYK0.550.1500.45
HSL196.36º38.31%39.41%-
HSV(B)196.36º55.4%54.51%-
XYZ13.1315.8526.79-
YUV103.65147.9598.29-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.44%
GREEN value IS 118 (46.48% from 255) = 36.99%
BLUE value IS 139 (54.69% from 255) = 43.57%
R=19.44%
G=36.99%
B=43.57%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal621181390.550.1500.45196.3638.3139.41
Hex3E768B37F02Dc42627
Octal7616621367170553044647
Binary1111101110110100010111101111111010110111000100100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E768B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,118,139); }

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

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

 a { background-color: rgb(62,118,139); }

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

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

 span { border-color: rgb(62,118,139); }

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