#3B7984

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

Shades of Calypso #3B7984

Tints of Calypso #3B7984

Color information

#3B7984 (or 0x3B7984) is unknown color: approx Calypso. HEX triplet: 3B, 79 and 84. RGB value is (59,121,132). Sum of RGB (Red+Green+Blue) = 59+121+132=312 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.91% from 312); Green value is 121 (47.66% from 255 or 38.78% from 312); Blue value is 132 (51.95% from 255 or 42.31% from 312); Max value from RGB is 132 - color contains mainly: blue. Hex color #3B7984 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B7984 is #C4867B. Grayscale: #676767. Windows color (decimal): -12879484 or 8681787. OLE color: 8681787.

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

Color convert

RGB59121132-
CMYK0.550.0800.48
HSL189.04º38.22%37.45%-
HSV(B)189.04º55.3%51.76%-
XYZ12.8116.2724.3-
YUV103.72143.9696.11-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.91%
GREEN value IS 121 (47.66% from 255) = 38.78%
BLUE value IS 132 (51.95% from 255) = 42.31%
R=18.91%
G=38.78%
B=42.31%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal591211320.550.0800.48189.0438.2237.45
Hex3B7984378030bd2625
Octal7317120467100602754645
Binary1110111111001100001001101111000011000010111101100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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