#3B7584

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

Shades of Calypso #3B7584

Tints of Calypso #3B7584

Color information

#3B7584 (or 0x3B7584) is unknown color: approx Calypso. HEX triplet: 3B, 75 and 84. RGB value is (59,117,132). Sum of RGB (Red+Green+Blue) = 59+117+132=308 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.16% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 132 (51.95% from 255 or 42.86% from 308); Max value from RGB is 132 - color contains mainly: blue. Hex color #3B7584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B7584 is #C48A7B. Grayscale: #656565. Windows color (decimal): -12880508 or 8680763. OLE color: 8680763.

HSL color Cylindrical-coordinate representation of color #3B7584: hue angle of 192.33º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3B7584 is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB59117132-
CMYK0.550.1100.48
HSL192.33º38.22%37.45%-
HSV(B)192.33º55.3%51.76%-
XYZ12.3315.3224.14-
YUV101.37145.2897.78-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.16%
GREEN value IS 117 (46.09% from 255) = 37.99%
BLUE value IS 132 (51.95% from 255) = 42.86%
R=19.16%
G=37.99%
B=42.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal591171320.550.1100.48192.3338.2237.45
Hex3B758437B030c02625
Octal7316520467130603004645
Binary1110111110101100001001101111011011000011000000100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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