#43728D

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

Shades of Calypso #43728D

Tints of Calypso #43728D

Color information

#43728D (or 0x43728D) is unknown color: approx Calypso. HEX triplet: 43, 72 and 8D. RGB value is (67,114,141). Sum of RGB (Red+Green+Blue) = 67+114+141=322 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.81% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 141 (55.47% from 255 or 43.79% from 322); Max value from RGB is 141 - color contains mainly: blue. Hex color #43728D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43728D is #BC8D72. Grayscale: #666666. Windows color (decimal): -12356979 or 9269827. OLE color: 9269827.

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

Color convert

RGB67114141-
CMYK0.520.1900.45
HSL201.89º35.58%40.78%-
HSV(B)201.89º52.48%55.29%-
XYZ13.1415.1527.43-
YUV103.02149.43102.3-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.81%
GREEN value IS 114 (44.92% from 255) = 35.40%
BLUE value IS 141 (55.47% from 255) = 43.79%
R=20.81%
G=35.40%
B=43.79%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal671141410.520.1900.45201.8935.5840.78
Hex43728D341302Dca2429
Octal10316221564230553124451
Binary100001111100101000110111010010011010110111001010100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43728D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43728D; }

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

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

<style>
 a { background-color: #43728D; }

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

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

<style>
 span { border-color: #43728D; }

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

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