Shades of Blue Gem #433DAC
Tints of Blue Gem #433DAC
RGB
CMYK
RGB Variations
Color information
#433DAC (or 0x433DAC) is known color: Blue Gem. HEX triplet: 43, 3D and AC. RGB value is (67,61,172). Sum of RGB (Red+Green+Blue) = 67+61+172=300 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.33% from 300); Green value is 61 (24.22% from 255 or 20.33% from 300); Blue value is 172 (67.58% from 255 or 57.33% from 300); Max value from RGB is 172 - color contains mainly: blue. Hex color #433DAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433DAC is #BCC253. Grayscale: #4B4B4B. Windows color (decimal): -12370516 or 11287875. OLE color: 11287875.
HSL color Cylindrical-coordinate representation of color #433DAC: hue angle of 243.24º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #433DAC is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 61 | 172 | - |
| CMYK | 0.61 | 0.65 | 0 | 0.33 |
| HSL | 243.24º | 0.48% | 0.46% | - |
| HSV(B) | 243.24º | 0.65% | 0.67% | - |
| XYZ | 11.43 | 7.51 | 39.88 | - |
| YUV | 75.45 | 182.49 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 61 | 172 | 0.61 | 0.65 | 0 | 0.33 | 243.24 | 0.48 | 0.46 |
| Hex | 43 | 3D | AC | 3D | 41 | 0 | 21 | F3 | 30 | 2E |
| Octal | 103 | 75 | 254 | 75 | 101 | 0 | 41 | 363 | 60 | 56 |
| Binary | 1000011 | 111101 | 10101100 | 111101 | 1000001 | 0 | 100001 | 11110011 | 110000 | 101110 |
Color Harmonies of #433DAC
Complementary color
Monochromatic Colors of #433DAC
Black with #433DAC
Text Example
Text Example
White with #433DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433DAC; }
p { color: rgb(67,61,172); }
H1.HeaderClassName
{
color: #433DAC;
}
.AnyTagClassName
{
color: #433DAC;
}
</style>
background-color css
<style>
a { background-color: #433DAC; }
a { background-color: rgb(67,61,172); }
div.DivClassName
{
background-color: #433DAC;
}
.BgClassName
{
background-color: #433DAC;
}
</style>
border-color css
<style>
span { border-color: #433DAC; }
span { border-color: rgb(67,61,172); }
td.TdClassName
{
border-color: #433DAC;
}
.TagClassName
{
border-color: #433DAC;
}
</style>