Shades of Blue Gem #433DAE
Tints of Blue Gem #433DAE
RGB
CMYK
RGB Variations
Color information
#433DAE (or 0x433DAE) is known color: Blue Gem. HEX triplet: 43, 3D and AE. RGB value is (67,61,174). Sum of RGB (Red+Green+Blue) = 67+61+174=302 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.19% from 302); Green value is 61 (24.22% from 255 or 20.20% from 302); Blue value is 174 (68.36% from 255 or 57.62% from 302); Max value from RGB is 174 - color contains mainly: blue. Hex color #433DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433DAE is #BCC251. Grayscale: #4B4B4B. Windows color (decimal): -12370514 or 11418947. OLE color: 11418947.
HSL color Cylindrical-coordinate representation of color #433DAE: hue angle of 243.19º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #433DAE is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 67 | 61 | 174 | - |
| CMYK | 0.61 | 0.65 | 0 | 0.32 |
| HSL | 243.19º | 0.48% | 0.46% | - |
| HSV(B) | 243.19º | 0.65% | 0.68% | - |
| XYZ | 11.62 | 7.59 | 40.9 | - |
| YUV | 75.68 | 183.49 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 61 | 174 | 0.61 | 0.65 | 0 | 0.32 | 243.19 | 0.48 | 0.46 |
| Hex | 43 | 3D | AE | 3D | 41 | 0 | 20 | F3 | 30 | 2E |
| Octal | 103 | 75 | 256 | 75 | 101 | 0 | 40 | 363 | 60 | 56 |
| Binary | 1000011 | 111101 | 10101110 | 111101 | 1000001 | 0 | 100000 | 11110011 | 110000 | 101110 |
Color Harmonies of #433DAE
Complementary color
Monochromatic Colors of #433DAE
Black with #433DAE
Text Example
Text Example
White with #433DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433DAE; }
p { color: rgb(67,61,174); }
H1.HeaderClassName
{
color: #433DAE;
}
.AnyTagClassName
{
color: #433DAE;
}
</style>
background-color css
<style>
a { background-color: #433DAE; }
a { background-color: rgb(67,61,174); }
div.DivClassName
{
background-color: #433DAE;
}
.BgClassName
{
background-color: #433DAE;
}
</style>
border-color css
<style>
span { border-color: #433DAE; }
span { border-color: rgb(67,61,174); }
td.TdClassName
{
border-color: #433DAE;
}
.TagClassName
{
border-color: #433DAE;
}
</style>