Shades of San Marino #436C96
Tints of San Marino #436C96
RGB
CMYK
RGB Variations
Color information
#436C96 (or 0x436C96) is known color: San Marino. HEX triplet: 43, 6C and 96. RGB value is (67,108,150). Sum of RGB (Red+Green+Blue) = 67+108+150=325 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.62% from 325); Green value is 108 (42.58% from 255 or 33.23% from 325); Blue value is 150 (58.98% from 255 or 46.15% from 325); Max value from RGB is 150 - color contains mainly: blue. Hex color #436C96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #436C96 is #BC9369. Grayscale: #646464. Windows color (decimal): -12358506 or 9858115. OLE color: 9858115.
HSL color Cylindrical-coordinate representation of color #436C96: hue angle of 210.36º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #436C96 is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 67 | 108 | 150 | - |
| CMYK | 0.55 | 0.28 | 0 | 0.41 |
| HSL | 210.36º | 0.38% | 0.43% | - |
| HSV(B) | 210.36º | 0.55% | 0.59% | - |
| XYZ | 13.18 | 14.12 | 30.88 | - |
| YUV | 100.53 | 155.92 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 108 | 150 | 0.55 | 0.28 | 0 | 0.41 | 210.36 | 0.38 | 0.43 |
| Hex | 43 | 6C | 96 | 37 | 1C | 0 | 29 | D2 | 26 | 2B |
| Octal | 103 | 154 | 226 | 67 | 34 | 0 | 51 | 322 | 46 | 53 |
| Binary | 1000011 | 1101100 | 10010110 | 110111 | 11100 | 0 | 101001 | 11010010 | 100110 | 101011 |
Color Harmonies of #436C96
Complementary color
Monochromatic Colors of #436C96
Black with #436C96
Text Example
Text Example
White with #436C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #436C96; }
p { color: rgb(67,108,150); }
H1.HeaderClassName
{
color: #436C96;
}
.AnyTagClassName
{
color: #436C96;
}
</style>
background-color css
<style>
a { background-color: #436C96; }
a { background-color: rgb(67,108,150); }
div.DivClassName
{
background-color: #436C96;
}
.BgClassName
{
background-color: #436C96;
}
</style>
border-color css
<style>
span { border-color: #436C96; }
span { border-color: rgb(67,108,150); }
td.TdClassName
{
border-color: #436C96;
}
.TagClassName
{
border-color: #436C96;
}
</style>