Shades of Blue Gem #433FA3
Tints of Blue Gem #433FA3
RGB
CMYK
RGB Variations
Color information
#433FA3 (or 0x433FA3) is known color: Blue Gem. HEX triplet: 43, 3F and A3. RGB value is (67,63,163). Sum of RGB (Red+Green+Blue) = 67+63+163=293 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.87% from 293); Green value is 63 (25% from 255 or 21.50% from 293); Blue value is 163 (64.06% from 255 or 55.63% from 293); Max value from RGB is 163 - color contains mainly: blue. Hex color #433FA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433FA3 is #BCC05C. Grayscale: #4B4B4B. Windows color (decimal): -12370013 or 10698563. OLE color: 10698563.
HSL color Cylindrical-coordinate representation of color #433FA3: hue angle of 242.4º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #433FA3 is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 67 | 63 | 163 | - |
| CMYK | 0.59 | 0.61 | 0 | 0.36 |
| HSL | 242.4º | 0.44% | 0.44% | - |
| HSV(B) | 242.4º | 0.61% | 0.64% | - |
| XYZ | 10.7 | 7.39 | 35.51 | - |
| YUV | 75.6 | 177.33 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 63 | 163 | 0.59 | 0.61 | 0 | 0.36 | 242.4 | 0.44 | 0.44 |
| Hex | 43 | 3F | A3 | 3B | 3D | 0 | 24 | F2 | 2C | 2C |
| Octal | 103 | 77 | 243 | 73 | 75 | 0 | 44 | 362 | 54 | 54 |
| Binary | 1000011 | 111111 | 10100011 | 111011 | 111101 | 0 | 100100 | 11110010 | 101100 | 101100 |
Color Harmonies of #433FA3
Complementary color
Monochromatic Colors of #433FA3
Black with #433FA3
Text Example
Text Example
White with #433FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433FA3; }
p { color: rgb(67,63,163); }
H1.HeaderClassName
{
color: #433FA3;
}
.AnyTagClassName
{
color: #433FA3;
}
</style>
background-color css
<style>
a { background-color: #433FA3; }
a { background-color: rgb(67,63,163); }
div.DivClassName
{
background-color: #433FA3;
}
.BgClassName
{
background-color: #433FA3;
}
</style>
border-color css
<style>
span { border-color: #433FA3; }
span { border-color: rgb(67,63,163); }
td.TdClassName
{
border-color: #433FA3;
}
.TagClassName
{
border-color: #433FA3;
}
</style>