#3B7590

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

Shades of Calypso #3B7590

Tints of Calypso #3B7590

Color information

#3B7590 (or 0x3B7590) is unknown color: approx Calypso. HEX triplet: 3B, 75 and 90. RGB value is (59,117,144). Sum of RGB (Red+Green+Blue) = 59+117+144=320 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.44% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 144 - color contains mainly: blue. Hex color #3B7590 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B7590 is #C48A6F. Grayscale: #666666. Windows color (decimal): -12880496 or 9467195. OLE color: 9467195.

HSL color Cylindrical-coordinate representation of color #3B7590: hue angle of 199.06º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B7590 is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB59117144-
CMYK0.590.1900.44
HSL199.06º41.87%39.8%-
HSV(B)199.06º59.03%56.47%-
XYZ13.215.6728.71-
YUV102.74151.2896.8-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.44%
GREEN value IS 117 (46.09% from 255) = 36.56%
BLUE value IS 144 (56.64% from 255) = 45%
R=18.44%
G=36.56%
B=45%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal591171440.590.1900.44199.0641.8739.8
Hex3B75903B1302Cc72a28
Octal7316522073230543075250
Binary11101111101011001000011101110011010110011000111101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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