#43708D

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

Shades of Calypso #43708D

Tints of Calypso #43708D

Color information

#43708D (or 0x43708D) is unknown color: approx Calypso. HEX triplet: 43, 70 and 8D. RGB value is (67,112,141). Sum of RGB (Red+Green+Blue) = 67+112+141=320 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.94% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 141 - color contains mainly: blue. Hex color #43708D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43708D is #BC8F72. Grayscale: #656565. Windows color (decimal): -12357491 or 9269315. OLE color: 9269315.

HSL color Cylindrical-coordinate representation of color #43708D: hue angle of 203.51º 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 #43708D is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB67112141-
CMYK0.520.2100.45
HSL203.51º35.58%40.78%-
HSV(B)203.51º52.48%55.29%-
XYZ12.9214.727.36-
YUV101.85150.09103.14-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.94%
GREEN value IS 112 (44.14% from 255) = 35%
BLUE value IS 141 (55.47% from 255) = 44.06%
R=20.94%
G=35%
B=44.06%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal671121410.520.2100.45203.5135.5840.78
Hex43708D341502Dcc2429
Octal10316021564250553144451
Binary100001111100001000110111010010101010110111001100100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43708D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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