Shades of Blue Gem #433BAC
Tints of Blue Gem #433BAC
RGB
CMYK
RGB Variations
Color information
#433BAC (or 0x433BAC) is known color: Blue Gem. HEX triplet: 43, 3B and AC. RGB value is (67,59,172). Sum of RGB (Red+Green+Blue) = 67+59+172=298 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.48% from 298); Green value is 59 (23.44% from 255 or 19.80% from 298); Blue value is 172 (67.58% from 255 or 57.72% from 298); Max value from RGB is 172 - color contains mainly: blue. Hex color #433BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433BAC is #BCC453. Grayscale: #494949. Windows color (decimal): -12371028 or 11287363. OLE color: 11287363.
HSL color Cylindrical-coordinate representation of color #433BAC: hue angle of 244.25º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #433BAC is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 59 | 172 | - |
| CMYK | 0.61 | 0.66 | 0 | 0.33 |
| HSL | 244.25º | 0.49% | 0.45% | - |
| HSV(B) | 244.25º | 0.66% | 0.67% | - |
| XYZ | 11.33 | 7.3 | 39.84 | - |
| YUV | 74.27 | 183.15 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 59 | 172 | 0.61 | 0.66 | 0 | 0.33 | 244.25 | 0.49 | 0.45 |
| Hex | 43 | 3B | AC | 3D | 42 | 0 | 21 | F4 | 31 | 2D |
| Octal | 103 | 73 | 254 | 75 | 102 | 0 | 41 | 364 | 61 | 55 |
| Binary | 1000011 | 111011 | 10101100 | 111101 | 1000010 | 0 | 100001 | 11110100 | 110001 | 101101 |
Color Harmonies of #433BAC
Complementary color
Monochromatic Colors of #433BAC
Black with #433BAC
Text Example
Text Example
White with #433BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433BAC; }
p { color: rgb(67,59,172); }
H1.HeaderClassName
{
color: #433BAC;
}
.AnyTagClassName
{
color: #433BAC;
}
</style>
background-color css
<style>
a { background-color: #433BAC; }
a { background-color: rgb(67,59,172); }
div.DivClassName
{
background-color: #433BAC;
}
.BgClassName
{
background-color: #433BAC;
}
</style>
border-color css
<style>
span { border-color: #433BAC; }
span { border-color: rgb(67,59,172); }
td.TdClassName
{
border-color: #433BAC;
}
.TagClassName
{
border-color: #433BAC;
}
</style>