Shades of Blue Gem #433BA7
Tints of Blue Gem #433BA7
RGB
CMYK
RGB Variations
Color information
#433BA7 (or 0x433BA7) is known color: Blue Gem. HEX triplet: 43, 3B and A7. RGB value is (67,59,167). Sum of RGB (Red+Green+Blue) = 67+59+167=293 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.87% from 293); Green value is 59 (23.44% from 255 or 20.14% from 293); Blue value is 167 (65.62% from 255 or 57.00% from 293); Max value from RGB is 167 - color contains mainly: blue. Hex color #433BA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433BA7 is #BCC458. Grayscale: #494949. Windows color (decimal): -12371033 or 10959683. OLE color: 10959683.
HSL color Cylindrical-coordinate representation of color #433BA7: hue angle of 244.44º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #433BA7 is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 67 | 59 | 167 | - |
| CMYK | 0.60 | 0.65 | 0 | 0.35 |
| HSL | 244.44º | 0.48% | 0.44% | - |
| HSV(B) | 244.44º | 0.65% | 0.65% | - |
| XYZ | 10.85 | 7.11 | 37.36 | - |
| YUV | 73.7 | 180.65 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 59 | 167 | 0.60 | 0.65 | 0 | 0.35 | 244.44 | 0.48 | 0.44 |
| Hex | 43 | 3B | A7 | 3C | 41 | 0 | 23 | F4 | 30 | 2C |
| Octal | 103 | 73 | 247 | 74 | 101 | 0 | 43 | 364 | 60 | 54 |
| Binary | 1000011 | 111011 | 10100111 | 111100 | 1000001 | 0 | 100011 | 11110100 | 110000 | 101100 |
Color Harmonies of #433BA7
Complementary color
Monochromatic Colors of #433BA7
Black with #433BA7
Text Example
Text Example
White with #433BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433BA7; }
p { color: rgb(67,59,167); }
H1.HeaderClassName
{
color: #433BA7;
}
.AnyTagClassName
{
color: #433BA7;
}
</style>
background-color css
<style>
a { background-color: #433BA7; }
a { background-color: rgb(67,59,167); }
div.DivClassName
{
background-color: #433BA7;
}
.BgClassName
{
background-color: #433BA7;
}
</style>
border-color css
<style>
span { border-color: #433BA7; }
span { border-color: rgb(67,59,167); }
td.TdClassName
{
border-color: #433BA7;
}
.TagClassName
{
border-color: #433BA7;
}
</style>