#43738C

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

Shades of Calypso #43738C

Tints of Calypso #43738C

Color information

#43738C (or 0x43738C) is unknown color: approx Calypso. HEX triplet: 43, 73 and 8C. RGB value is (67,115,140). Sum of RGB (Red+Green+Blue) = 67+115+140=322 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.81% from 322); Green value is 115 (45.31% from 255 or 35.71% from 322); Blue value is 140 (55.08% from 255 or 43.48% from 322); Max value from RGB is 140 - color contains mainly: blue. Hex color #43738C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43738C is #BC8C73. Grayscale: #676767. Windows color (decimal): -12356724 or 9204547. OLE color: 9204547.

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

Color convert

RGB67115140-
CMYK0.520.1800.45
HSL200.55º35.27%40.59%-
HSV(B)200.55º52.14%54.9%-
XYZ13.1815.3527.08-
YUV103.5148.6101.97-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.81%
GREEN value IS 115 (45.31% from 255) = 35.71%
BLUE value IS 140 (55.08% from 255) = 43.48%
R=20.81%
G=35.71%
B=43.48%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal671151400.520.1800.45200.5535.2740.59
Hex43738C341202Dc92329
Octal10316321464220553114351
Binary100001111100111000110011010010010010110111001001100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43738C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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