Shades of Free Speech Blue #433DB6
Tints of Free Speech Blue #433DB6
RGB
CMYK
RGB Variations
Color information
#433DB6 (or 0x433DB6) is known color: Free Speech Blue. HEX triplet: 43, 3D and B6. RGB value is (67,61,182). Sum of RGB (Red+Green+Blue) = 67+61+182=310 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.61% from 310); Green value is 61 (24.22% from 255 or 19.68% from 310); Blue value is 182 (71.48% from 255 or 58.71% from 310); Max value from RGB is 182 - color contains mainly: blue. Hex color #433DB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #433DB6 is #BCC249. Grayscale: #4C4C4C. Windows color (decimal): -12370506 or 11943235. OLE color: 11943235.
HSL color Cylindrical-coordinate representation of color #433DB6: hue angle of 242.98º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #433DB6 is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 67 | 61 | 182 | - |
| CMYK | 0.63 | 0.66 | 0 | 0.29 |
| HSL | 242.98º | 0.5% | 0.48% | - |
| HSV(B) | 242.98º | 0.66% | 0.71% | - |
| XYZ | 12.43 | 7.91 | 45.13 | - |
| YUV | 76.59 | 187.49 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 61 | 182 | 0.63 | 0.66 | 0 | 0.29 | 242.98 | 0.5 | 0.48 |
| Hex | 43 | 3D | B6 | 3F | 42 | 0 | 1D | F3 | 32 | 30 |
| Octal | 103 | 75 | 266 | 77 | 102 | 0 | 35 | 363 | 62 | 60 |
| Binary | 1000011 | 111101 | 10110110 | 111111 | 1000010 | 0 | 11101 | 11110011 | 110010 | 110000 |
Color Harmonies of #433DB6
Complementary color
Monochromatic Colors of #433DB6
Black with #433DB6
Text Example
Text Example
White with #433DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433DB6; }
p { color: rgb(67,61,182); }
H1.HeaderClassName
{
color: #433DB6;
}
.AnyTagClassName
{
color: #433DB6;
}
</style>
background-color css
<style>
a { background-color: #433DB6; }
a { background-color: rgb(67,61,182); }
div.DivClassName
{
background-color: #433DB6;
}
.BgClassName
{
background-color: #433DB6;
}
</style>
border-color css
<style>
span { border-color: #433DB6; }
span { border-color: rgb(67,61,182); }
td.TdClassName
{
border-color: #433DB6;
}
.TagClassName
{
border-color: #433DB6;
}
</style>