#437485

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

Shades of Calypso #437485

Tints of Calypso #437485

Color information

#437485 (or 0x437485) is unknown color: approx Calypso. HEX triplet: 43, 74 and 85. RGB value is (67,116,133). Sum of RGB (Red+Green+Blue) = 67+116+133=316 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.20% from 316); Green value is 116 (45.70% from 255 or 36.71% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 133 - color contains mainly: blue. Hex color #437485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #437485 is #BC8B7A. Grayscale: #676767. Windows color (decimal): -12356475 or 8746051. OLE color: 8746051.

HSL color Cylindrical-coordinate representation of color #437485: hue angle of 195.45º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #437485 is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB67116133-
CMYK0.500.1300.48
HSL195.45º33%39.22%-
HSV(B)195.45º49.62%52.16%-
XYZ12.7915.3824.48-
YUV103.29144.77102.12-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.20%
GREEN value IS 116 (45.70% from 255) = 36.71%
BLUE value IS 133 (52.34% from 255) = 42.09%
R=21.20%
G=36.71%
B=42.09%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal671161330.500.1300.48195.453339.22
Hex43748532D030c32127
Octal10316420562150603034147
Binary10000111110100100001011100101101011000011000011100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #437485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #437485; }

 p { color: rgb(67,116,133); }

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

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

 a { background-color: rgb(67,116,133); }

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

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

 span { border-color: rgb(67,116,133); }

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