#43728C

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

Shades of Calypso #43728C

Tints of Calypso #43728C

Color information

#43728C (or 0x43728C) is unknown color: approx Calypso. HEX triplet: 43, 72 and 8C. RGB value is (67,114,140). Sum of RGB (Red+Green+Blue) = 67+114+140=321 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.87% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 140 (55.08% from 255 or 43.61% from 321); Max value from RGB is 140 - color contains mainly: blue. Hex color #43728C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43728C is #BC8D73. Grayscale: #666666. Windows color (decimal): -12356980 or 9204291. OLE color: 9204291.

HSL color Cylindrical-coordinate representation of color #43728C: hue angle of 201.37º degrees, saturation: 0.35, 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 #43728C is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB67114140-
CMYK0.520.1900.45
HSL201.37º35.27%40.59%-
HSV(B)201.37º52.14%54.9%-
XYZ13.0715.1227.04-
YUV102.91148.93102.39-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.87%
GREEN value IS 114 (44.92% from 255) = 35.51%
BLUE value IS 140 (55.08% from 255) = 43.61%
R=20.87%
G=35.51%
B=43.61%

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
Decimal671141400.520.1900.45201.3735.2740.59
Hex43728C341302Dc92329
Octal10316221464230553114351
Binary100001111100101000110011010010011010110111001001100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43728C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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