Shades of Rich Blue #443EB2
Tints of Rich Blue #443EB2
RGB
CMYK
RGB Variations
Color information
#443EB2 (or 0x443EB2) is known color: Rich Blue. HEX triplet: 44, 3E and B2. RGB value is (68,62,178). Sum of RGB (Red+Green+Blue) = 68+62+178=308 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.08% from 308); Green value is 62 (24.61% from 255 or 20.13% from 308); Blue value is 178 (69.92% from 255 or 57.79% from 308); Max value from RGB is 178 - color contains mainly: blue. Hex color #443EB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443EB2 is #BBC14D. Grayscale: #4C4C4C. Windows color (decimal): -12304718 or 11681348. OLE color: 11681348.
HSL color Cylindrical-coordinate representation of color #443EB2: hue angle of 243.1º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #443EB2 is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 68 | 62 | 178 | - |
| CMYK | 0.62 | 0.65 | 0 | 0.30 |
| HSL | 243.1º | 0.48% | 0.47% | - |
| HSV(B) | 243.1º | 0.65% | 0.7% | - |
| XYZ | 12.14 | 7.89 | 43 | - |
| YUV | 77.02 | 184.99 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 62 | 178 | 0.62 | 0.65 | 0 | 0.30 | 243.1 | 0.48 | 0.47 |
| Hex | 44 | 3E | B2 | 3E | 41 | 0 | 1E | F3 | 30 | 2F |
| Octal | 104 | 76 | 262 | 76 | 101 | 0 | 36 | 363 | 60 | 57 |
| Binary | 1000100 | 111110 | 10110010 | 111110 | 1000001 | 0 | 11110 | 11110011 | 110000 | 101111 |
Color Harmonies of #443EB2
Complementary color
Monochromatic Colors of #443EB2
Black with #443EB2
Text Example
Text Example
White with #443EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443EB2; }
p { color: rgb(68,62,178); }
H1.HeaderClassName
{
color: #443EB2;
}
.AnyTagClassName
{
color: #443EB2;
}
</style>
background-color css
<style>
a { background-color: #443EB2; }
a { background-color: rgb(68,62,178); }
div.DivClassName
{
background-color: #443EB2;
}
.BgClassName
{
background-color: #443EB2;
}
</style>
border-color css
<style>
span { border-color: #443EB2; }
span { border-color: rgb(68,62,178); }
td.TdClassName
{
border-color: #443EB2;
}
.TagClassName
{
border-color: #443EB2;
}
</style>