#3B7484

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

Shades of Calypso #3B7484

Tints of Calypso #3B7484

Color information

#3B7484 (or 0x3B7484) is unknown color: approx Calypso. HEX triplet: 3B, 74 and 84. RGB value is (59,116,132). Sum of RGB (Red+Green+Blue) = 59+116+132=307 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.22% from 307); Green value is 116 (45.70% from 255 or 37.79% from 307); Blue value is 132 (51.95% from 255 or 43.00% from 307); Max value from RGB is 132 - color contains mainly: blue. Hex color #3B7484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B7484 is #C48B7B. Grayscale: #646464. Windows color (decimal): -12880764 or 8680507. OLE color: 8680507.

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

Color convert

RGB59116132-
CMYK0.550.1200.48
HSL193.15º38.22%37.45%-
HSV(B)193.15º55.3%51.76%-
XYZ12.2115.0924.1-
YUV100.78145.6298.2-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.22%
GREEN value IS 116 (45.70% from 255) = 37.79%
BLUE value IS 132 (51.95% from 255) = 43.00%
R=19.22%
G=37.79%
B=43.00%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal591161320.550.1200.48193.1538.2237.45
Hex3B748437C030c12625
Octal7316420467140603014645
Binary1110111110100100001001101111100011000011000001100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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