#3B768E

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

Shades of Calypso #3B768E

Tints of Calypso #3B768E

Color information

#3B768E (or 0x3B768E) is unknown color: approx Calypso. HEX triplet: 3B, 76 and 8E. RGB value is (59,118,142). Sum of RGB (Red+Green+Blue) = 59+118+142=319 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.50% from 319); Green value is 118 (46.48% from 255 or 36.99% from 319); Blue value is 142 (55.86% from 255 or 44.51% from 319); Max value from RGB is 142 - color contains mainly: blue. Hex color #3B768E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B768E is #C48971. Grayscale: #666666. Windows color (decimal): -12880242 or 9336379. OLE color: 9336379.

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

Color convert

RGB59118142-
CMYK0.580.1700.44
HSL197.35º41.29%39.41%-
HSV(B)197.35º58.45%55.69%-
XYZ13.1615.8427.95-
YUV103.09149.9596.55-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.50%
GREEN value IS 118 (46.48% from 255) = 36.99%
BLUE value IS 142 (55.86% from 255) = 44.51%
R=18.50%
G=36.99%
B=44.51%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal591181420.580.1700.44197.3541.2939.41
Hex3B768E3A1102Cc52927
Octal7316621672210543055147
Binary11101111101101000111011101010001010110011000101101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B768E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,118,142); }

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

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

 a { background-color: rgb(59,118,142); }

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

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

 span { border-color: rgb(59,118,142); }

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