#3B7884

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

Shades of Calypso #3B7884

Tints of Calypso #3B7884

Color information

#3B7884 (or 0x3B7884) is unknown color: approx Calypso. HEX triplet: 3B, 78 and 84. RGB value is (59,120,132). Sum of RGB (Red+Green+Blue) = 59+120+132=311 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.97% from 311); Green value is 120 (47.27% from 255 or 38.59% from 311); Blue value is 132 (51.95% from 255 or 42.44% from 311); Max value from RGB is 132 - color contains mainly: blue. Hex color #3B7884 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B7884 is #C4877B. Grayscale: #676767. Windows color (decimal): -12879740 or 8681531. OLE color: 8681531.

HSL color Cylindrical-coordinate representation of color #3B7884: hue angle of 189.86º 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 #3B7884 is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB59120132-
CMYK0.550.0900.48
HSL189.86º38.22%37.45%-
HSV(B)189.86º55.3%51.76%-
XYZ12.6816.0324.26-
YUV103.13144.2996.52-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.97%
GREEN value IS 120 (47.27% from 255) = 38.59%
BLUE value IS 132 (51.95% from 255) = 42.44%
R=18.97%
G=38.59%
B=42.44%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal591201320.550.0900.48189.8638.2237.45
Hex3B7884379030be2625
Octal7317020467110602764645
Binary1110111111000100001001101111001011000010111110100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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