Shades of Free Speech Blue #433BD4
Tints of Free Speech Blue #433BD4
RGB
CMYK
RGB Variations
Color information
#433BD4 (or 0x433BD4) is known color: Free Speech Blue. HEX triplet: 43, 3B and D4. RGB value is (67,59,212). Sum of RGB (Red+Green+Blue) = 67+59+212=338 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.82% from 338); Green value is 59 (23.44% from 255 or 17.46% from 338); Blue value is 212 (83.20% from 255 or 62.72% from 338); Max value from RGB is 212 - color contains mainly: blue. Hex color #433BD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #433BD4 is #BCC42B. Grayscale: #4E4E4E. Windows color (decimal): -12370988 or 13908803. OLE color: 13908803.
HSL color Cylindrical-coordinate representation of color #433BD4: hue angle of 243.14º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #433BD4 is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 67 | 59 | 212 | - |
| CMYK | 0.68 | 0.72 | 0 | 0.17 |
| HSL | 243.14º | 0.64% | 0.53% | - |
| HSV(B) | 243.14º | 0.72% | 0.83% | - |
| XYZ | 15.76 | 9.07 | 63.21 | - |
| YUV | 78.83 | 203.15 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 59 | 212 | 0.68 | 0.72 | 0 | 0.17 | 243.14 | 0.64 | 0.53 |
| Hex | 43 | 3B | D4 | 44 | 48 | 0 | 11 | F3 | 40 | 35 |
| Octal | 103 | 73 | 324 | 104 | 110 | 0 | 21 | 363 | 100 | 65 |
| Binary | 1000011 | 111011 | 11010100 | 1000100 | 1001000 | 0 | 10001 | 11110011 | 1000000 | 110101 |
Color Harmonies of #433BD4
Complementary color
Monochromatic Colors of #433BD4
Black with #433BD4
Text Example
Text Example
White with #433BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433BD4; }
p { color: rgb(67,59,212); }
H1.HeaderClassName
{
color: #433BD4;
}
.AnyTagClassName
{
color: #433BD4;
}
</style>
background-color css
<style>
a { background-color: #433BD4; }
a { background-color: rgb(67,59,212); }
div.DivClassName
{
background-color: #433BD4;
}
.BgClassName
{
background-color: #433BD4;
}
</style>
border-color css
<style>
span { border-color: #433BD4; }
span { border-color: rgb(67,59,212); }
td.TdClassName
{
border-color: #433BD4;
}
.TagClassName
{
border-color: #433BD4;
}
</style>