#436B85

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

Shades of Calypso #436B85

Tints of Calypso #436B85

Color information

#436B85 (or 0x436B85) is unknown color: approx Calypso. HEX triplet: 43, 6B and 85. RGB value is (67,107,133). Sum of RGB (Red+Green+Blue) = 67+107+133=307 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.82% from 307); Green value is 107 (42.19% from 255 or 34.85% from 307); Blue value is 133 (52.34% from 255 or 43.32% from 307); Max value from RGB is 133 - color contains mainly: blue. Hex color #436B85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #436B85 is #BC947A. Grayscale: #616161. Windows color (decimal): -12358779 or 8743747. OLE color: 8743747.

HSL color Cylindrical-coordinate representation of color #436B85: hue angle of 203.64º 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 #436B85 is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB67107133-
CMYK0.500.2000.48
HSL203.64º33%39.22%-
HSV(B)203.64º49.62%52.16%-
XYZ11.8113.424.15-
YUV98147.75105.89-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.82%
GREEN value IS 107 (42.19% from 255) = 34.85%
BLUE value IS 133 (52.34% from 255) = 43.32%
R=21.82%
G=34.85%
B=43.32%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal671071330.500.2000.48203.643339.22
Hex436B853214030cc2127
Octal10315320562240603144147
Binary100001111010111000010111001010100011000011001100100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #436B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #436B85; }

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

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

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

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

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

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

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

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