#3B728D

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

Shades of Calypso #3B728D

Tints of Calypso #3B728D

Color information

#3B728D (or 0x3B728D) is unknown color: approx Calypso. HEX triplet: 3B, 72 and 8D. RGB value is (59,114,141). Sum of RGB (Red+Green+Blue) = 59+114+141=314 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.79% from 314); Green value is 114 (44.92% from 255 or 36.31% from 314); Blue value is 141 (55.47% from 255 or 44.90% from 314); Max value from RGB is 141 - color contains mainly: blue. Hex color #3B728D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B728D is #C48D72. Grayscale: #646464. Windows color (decimal): -12881267 or 9269819. OLE color: 9269819.

HSL color Cylindrical-coordinate representation of color #3B728D: hue angle of 199.76º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B728D is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB59114141-
CMYK0.580.1900.45
HSL199.76º41%39.22%-
HSV(B)199.76º58.16%55.29%-
XYZ12.6314.8927.41-
YUV100.63150.7898.3-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.79%
GREEN value IS 114 (44.92% from 255) = 36.31%
BLUE value IS 141 (55.47% from 255) = 44.90%
R=18.79%
G=36.31%
B=44.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal591141410.580.1900.45199.764139.22
Hex3B728D3A1302Dc82927
Octal7316221572230553105147
Binary11101111100101000110111101010011010110111001000101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B728D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,114,141); }

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

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

 a { background-color: rgb(59,114,141); }

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

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

 span { border-color: rgb(59,114,141); }

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