#3B758E

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

Shades of Calypso #3B758E

Tints of Calypso #3B758E

Color information

#3B758E (or 0x3B758E) is unknown color: approx Calypso. HEX triplet: 3B, 75 and 8E. RGB value is (59,117,142). Sum of RGB (Red+Green+Blue) = 59+117+142=318 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.55% from 318); Green value is 117 (46.09% from 255 or 36.79% from 318); Blue value is 142 (55.86% from 255 or 44.65% from 318); Max value from RGB is 142 - color contains mainly: blue. Hex color #3B758E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B758E is #C48A71. Grayscale: #666666. Windows color (decimal): -12880498 or 9336123. OLE color: 9336123.

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

Color convert

RGB59117142-
CMYK0.580.1800.44
HSL198.07º41.29%39.41%-
HSV(B)198.07º58.45%55.69%-
XYZ13.0515.6127.92-
YUV102.51150.2896.97-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.55%
GREEN value IS 117 (46.09% from 255) = 36.79%
BLUE value IS 142 (55.86% from 255) = 44.65%
R=18.55%
G=36.79%
B=44.65%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal591171420.580.1800.44198.0741.2939.41
Hex3B758E3A1202Cc62927
Octal7316521672220543065147
Binary11101111101011000111011101010010010110011000110101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B758E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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