Shades of Blue Gem #433CA1
Tints of Blue Gem #433CA1
RGB
CMYK
RGB Variations
Color information
#433CA1 (or 0x433CA1) is known color: Blue Gem. HEX triplet: 43, 3C and A1. RGB value is (67,60,161). Sum of RGB (Red+Green+Blue) = 67+60+161=288 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.26% from 288); Green value is 60 (23.83% from 255 or 20.83% from 288); Blue value is 161 (63.28% from 255 or 55.90% from 288); Max value from RGB is 161 - color contains mainly: blue. Hex color #433CA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433CA1 is #BCC35E. Grayscale: #494949. Windows color (decimal): -12370783 or 10566723. OLE color: 10566723.
HSL color Cylindrical-coordinate representation of color #433CA1: hue angle of 244.16º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #433CA1 is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 67 | 60 | 161 | - |
| CMYK | 0.58 | 0.63 | 0 | 0.37 |
| HSL | 244.16º | 0.46% | 0.43% | - |
| HSV(B) | 244.16º | 0.63% | 0.63% | - |
| XYZ | 10.36 | 7 | 34.52 | - |
| YUV | 73.61 | 177.32 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 60 | 161 | 0.58 | 0.63 | 0 | 0.37 | 244.16 | 0.46 | 0.43 |
| Hex | 43 | 3C | A1 | 3A | 3F | 0 | 25 | F4 | 2E | 2B |
| Octal | 103 | 74 | 241 | 72 | 77 | 0 | 45 | 364 | 56 | 53 |
| Binary | 1000011 | 111100 | 10100001 | 111010 | 111111 | 0 | 100101 | 11110100 | 101110 | 101011 |
Color Harmonies of #433CA1
Complementary color
Monochromatic Colors of #433CA1
Black with #433CA1
Text Example
Text Example
White with #433CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433CA1; }
p { color: rgb(67,60,161); }
H1.HeaderClassName
{
color: #433CA1;
}
.AnyTagClassName
{
color: #433CA1;
}
</style>
background-color css
<style>
a { background-color: #433CA1; }
a { background-color: rgb(67,60,161); }
div.DivClassName
{
background-color: #433CA1;
}
.BgClassName
{
background-color: #433CA1;
}
</style>
border-color css
<style>
span { border-color: #433CA1; }
span { border-color: rgb(67,60,161); }
td.TdClassName
{
border-color: #433CA1;
}
.TagClassName
{
border-color: #433CA1;
}
</style>