Shades of Blue Gem #433CA2
Tints of Blue Gem #433CA2
RGB
CMYK
RGB Variations
Color information
#433CA2 (or 0x433CA2) is known color: Blue Gem. HEX triplet: 43, 3C and A2. RGB value is (67,60,162). Sum of RGB (Red+Green+Blue) = 67+60+162=289 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.18% from 289); Green value is 60 (23.83% from 255 or 20.76% from 289); Blue value is 162 (63.67% from 255 or 56.06% from 289); Max value from RGB is 162 - color contains mainly: blue. Hex color #433CA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433CA2 is #BCC35D. Grayscale: #494949. Windows color (decimal): -12370782 or 10632259. OLE color: 10632259.
HSL color Cylindrical-coordinate representation of color #433CA2: hue angle of 244.12º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #433CA2 is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 67 | 60 | 162 | - |
| CMYK | 0.59 | 0.63 | 0 | 0.36 |
| HSL | 244.12º | 0.46% | 0.44% | - |
| HSV(B) | 244.12º | 0.63% | 0.64% | - |
| XYZ | 10.45 | 7.03 | 34.99 | - |
| YUV | 73.72 | 177.82 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 60 | 162 | 0.59 | 0.63 | 0 | 0.36 | 244.12 | 0.46 | 0.44 |
| Hex | 43 | 3C | A2 | 3B | 3F | 0 | 24 | F4 | 2E | 2C |
| Octal | 103 | 74 | 242 | 73 | 77 | 0 | 44 | 364 | 56 | 54 |
| Binary | 1000011 | 111100 | 10100010 | 111011 | 111111 | 0 | 100100 | 11110100 | 101110 | 101100 |
Color Harmonies of #433CA2
Complementary color
Monochromatic Colors of #433CA2
Black with #433CA2
Text Example
Text Example
White with #433CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433CA2; }
p { color: rgb(67,60,162); }
H1.HeaderClassName
{
color: #433CA2;
}
.AnyTagClassName
{
color: #433CA2;
}
</style>
background-color css
<style>
a { background-color: #433CA2; }
a { background-color: rgb(67,60,162); }
div.DivClassName
{
background-color: #433CA2;
}
.BgClassName
{
background-color: #433CA2;
}
</style>
border-color css
<style>
span { border-color: #433CA2; }
span { border-color: rgb(67,60,162); }
td.TdClassName
{
border-color: #433CA2;
}
.TagClassName
{
border-color: #433CA2;
}
</style>