Shades of Rich Blue #443CB1
Tints of Rich Blue #443CB1
RGB
CMYK
RGB Variations
Color information
#443CB1 (or 0x443CB1) is known color: Rich Blue. HEX triplet: 44, 3C and B1. RGB value is (68,60,177). Sum of RGB (Red+Green+Blue) = 68+60+177=305 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.30% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 177 (69.53% from 255 or 58.03% from 305); Max value from RGB is 177 - color contains mainly: blue. Hex color #443CB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443CB1 is #BBC34E. Grayscale: #4B4B4B. Windows color (decimal): -12305231 or 11615300. OLE color: 11615300.
HSL color Cylindrical-coordinate representation of color #443CB1: hue angle of 244.1º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #443CB1 is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 68 | 60 | 177 | - |
| CMYK | 0.62 | 0.66 | 0 | 0.31 |
| HSL | 244.1º | 0.49% | 0.46% | - |
| HSV(B) | 244.1º | 0.66% | 0.69% | - |
| XYZ | 11.94 | 7.63 | 42.44 | - |
| YUV | 75.73 | 185.15 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 60 | 177 | 0.62 | 0.66 | 0 | 0.31 | 244.1 | 0.49 | 0.46 |
| Hex | 44 | 3C | B1 | 3E | 42 | 0 | 1F | F4 | 31 | 2E |
| Octal | 104 | 74 | 261 | 76 | 102 | 0 | 37 | 364 | 61 | 56 |
| Binary | 1000100 | 111100 | 10110001 | 111110 | 1000010 | 0 | 11111 | 11110100 | 110001 | 101110 |
Color Harmonies of #443CB1
Complementary color
Monochromatic Colors of #443CB1
Black with #443CB1
Text Example
Text Example
White with #443CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443CB1; }
p { color: rgb(68,60,177); }
H1.HeaderClassName
{
color: #443CB1;
}
.AnyTagClassName
{
color: #443CB1;
}
</style>
background-color css
<style>
a { background-color: #443CB1; }
a { background-color: rgb(68,60,177); }
div.DivClassName
{
background-color: #443CB1;
}
.BgClassName
{
background-color: #443CB1;
}
</style>
border-color css
<style>
span { border-color: #443CB1; }
span { border-color: rgb(68,60,177); }
td.TdClassName
{
border-color: #443CB1;
}
.TagClassName
{
border-color: #443CB1;
}
</style>