#3B6F84

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

Shades of Calypso #3B6F84

Tints of Calypso #3B6F84

Color information

#3B6F84 (or 0x3B6F84) is unknown color: approx Calypso. HEX triplet: 3B, 6F and 84. RGB value is (59,111,132). Sum of RGB (Red+Green+Blue) = 59+111+132=302 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.54% from 302); Green value is 111 (43.75% from 255 or 36.75% from 302); Blue value is 132 (51.95% from 255 or 43.71% from 302); Max value from RGB is 132 - color contains mainly: blue. Hex color #3B6F84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B6F84 is #C4907B. Grayscale: #616161. Windows color (decimal): -12882044 or 8679227. OLE color: 8679227.

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

Color convert

RGB59111132-
CMYK0.550.1600.48
HSL197.26º38.22%37.45%-
HSV(B)197.26º55.3%51.76%-
XYZ11.6513.9623.91-
YUV97.85147.27100.29-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.54%
GREEN value IS 111 (43.75% from 255) = 36.75%
BLUE value IS 132 (51.95% from 255) = 43.71%
R=19.54%
G=36.75%
B=43.71%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal591111320.550.1600.48197.2638.2237.45
Hex3B6F843710030c52625
Octal7315720467200603054645
Binary11101111011111000010011011110000011000011000101100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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