Shades of Blue Gem #433BAA
Tints of Blue Gem #433BAA
RGB
CMYK
RGB Variations
Color information
#433BAA (or 0x433BAA) is known color: Blue Gem. HEX triplet: 43, 3B and AA. RGB value is (67,59,170). Sum of RGB (Red+Green+Blue) = 67+59+170=296 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.64% from 296); Green value is 59 (23.44% from 255 or 19.93% from 296); Blue value is 170 (66.80% from 255 or 57.43% from 296); Max value from RGB is 170 - color contains mainly: blue. Hex color #433BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433BAA is #BCC455. Grayscale: #494949. Windows color (decimal): -12371030 or 11156291. OLE color: 11156291.
HSL color Cylindrical-coordinate representation of color #433BAA: hue angle of 244.32º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #433BAA is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 59 | 170 | - |
| CMYK | 0.61 | 0.65 | 0 | 0.33 |
| HSL | 244.32º | 0.48% | 0.45% | - |
| HSV(B) | 244.32º | 0.65% | 0.67% | - |
| XYZ | 11.13 | 7.22 | 38.84 | - |
| YUV | 74.05 | 182.15 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 59 | 170 | 0.61 | 0.65 | 0 | 0.33 | 244.32 | 0.48 | 0.45 |
| Hex | 43 | 3B | AA | 3D | 41 | 0 | 21 | F4 | 30 | 2D |
| Octal | 103 | 73 | 252 | 75 | 101 | 0 | 41 | 364 | 60 | 55 |
| Binary | 1000011 | 111011 | 10101010 | 111101 | 1000001 | 0 | 100001 | 11110100 | 110000 | 101101 |
Color Harmonies of #433BAA
Complementary color
Monochromatic Colors of #433BAA
Black with #433BAA
Text Example
Text Example
White with #433BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433BAA; }
p { color: rgb(67,59,170); }
H1.HeaderClassName
{
color: #433BAA;
}
.AnyTagClassName
{
color: #433BAA;
}
</style>
background-color css
<style>
a { background-color: #433BAA; }
a { background-color: rgb(67,59,170); }
div.DivClassName
{
background-color: #433BAA;
}
.BgClassName
{
background-color: #433BAA;
}
</style>
border-color css
<style>
span { border-color: #433BAA; }
span { border-color: rgb(67,59,170); }
td.TdClassName
{
border-color: #433BAA;
}
.TagClassName
{
border-color: #433BAA;
}
</style>