Shades of Free Speech Blue #433CBB
Tints of Free Speech Blue #433CBB
RGB
CMYK
RGB Variations
Color information
#433CBB (or 0x433CBB) is known color: Free Speech Blue. HEX triplet: 43, 3C and BB. RGB value is (67,60,187). Sum of RGB (Red+Green+Blue) = 67+60+187=314 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.34% from 314); Green value is 60 (23.83% from 255 or 19.11% from 314); Blue value is 187 (73.44% from 255 or 59.55% from 314); Max value from RGB is 187 - color contains mainly: blue. Hex color #433CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #433CBB is #BCC344. Grayscale: #4C4C4C. Windows color (decimal): -12370757 or 12270659. OLE color: 12270659.
HSL color Cylindrical-coordinate representation of color #433CBB: hue angle of 243.31º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #433CBB is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 60 | 187 | - |
| CMYK | 0.64 | 0.68 | 0 | 0.27 |
| HSL | 243.31º | 0.51% | 0.48% | - |
| HSV(B) | 243.31º | 0.68% | 0.73% | - |
| XYZ | 12.9 | 8.01 | 47.88 | - |
| YUV | 76.57 | 190.32 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 60 | 187 | 0.64 | 0.68 | 0 | 0.27 | 243.31 | 0.51 | 0.48 |
| Hex | 43 | 3C | BB | 40 | 44 | 0 | 1B | F3 | 33 | 30 |
| Octal | 103 | 74 | 273 | 100 | 104 | 0 | 33 | 363 | 63 | 60 |
| Binary | 1000011 | 111100 | 10111011 | 1000000 | 1000100 | 0 | 11011 | 11110011 | 110011 | 110000 |
Color Harmonies of #433CBB
Complementary color
Monochromatic Colors of #433CBB
Black with #433CBB
Text Example
Text Example
White with #433CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433CBB; }
p { color: rgb(67,60,187); }
H1.HeaderClassName
{
color: #433CBB;
}
.AnyTagClassName
{
color: #433CBB;
}
</style>
background-color css
<style>
a { background-color: #433CBB; }
a { background-color: rgb(67,60,187); }
div.DivClassName
{
background-color: #433CBB;
}
.BgClassName
{
background-color: #433CBB;
}
</style>
border-color css
<style>
span { border-color: #433CBB; }
span { border-color: rgb(67,60,187); }
td.TdClassName
{
border-color: #433CBB;
}
.TagClassName
{
border-color: #433CBB;
}
</style>