#43728E

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

Shades of Calypso #43728E

Tints of Calypso #43728E

Color information

#43728E (or 0x43728E) is unknown color: approx Calypso. HEX triplet: 43, 72 and 8E. RGB value is (67,114,142). Sum of RGB (Red+Green+Blue) = 67+114+142=323 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.74% from 323); Green value is 114 (44.92% from 255 or 35.29% from 323); Blue value is 142 (55.86% from 255 or 43.96% from 323); Max value from RGB is 142 - color contains mainly: blue. Hex color #43728E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43728E is #BC8D71. Grayscale: #666666. Windows color (decimal): -12356978 or 9335363. OLE color: 9335363.

HSL color Cylindrical-coordinate representation of color #43728E: hue angle of 202.4º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #43728E is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB67114142-
CMYK0.530.2000.44
HSL202.4º35.89%40.98%-
HSV(B)202.4º52.82%55.69%-
XYZ13.2115.1827.82-
YUV103.14149.93102.22-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.74%
GREEN value IS 114 (44.92% from 255) = 35.29%
BLUE value IS 142 (55.86% from 255) = 43.96%
R=20.74%
G=35.29%
B=43.96%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal671141420.530.2000.44202.435.8940.98
Hex43728E351402Cca2429
Octal10316221665240543124451
Binary100001111100101000111011010110100010110011001010100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43728E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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