Shades of Free Speech Blue #433CBD
Tints of Free Speech Blue #433CBD
RGB
CMYK
RGB Variations
Color information
#433CBD (or 0x433CBD) is known color: Free Speech Blue. HEX triplet: 43, 3C and BD. RGB value is (67,60,189). Sum of RGB (Red+Green+Blue) = 67+60+189=316 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.20% from 316); Green value is 60 (23.83% from 255 or 18.99% from 316); Blue value is 189 (74.22% from 255 or 59.81% from 316); Max value from RGB is 189 - color contains mainly: blue. Hex color #433CBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #433CBD is #BCC342. Grayscale: #4C4C4C. Windows color (decimal): -12370755 or 12401731. OLE color: 12401731.
HSL color Cylindrical-coordinate representation of color #433CBD: hue angle of 243.26º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #433CBD is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 60 | 189 | - |
| CMYK | 0.65 | 0.68 | 0 | 0.26 |
| HSL | 243.26º | 0.52% | 0.49% | - |
| HSV(B) | 243.26º | 0.68% | 0.74% | - |
| XYZ | 13.12 | 8.1 | 49.02 | - |
| YUV | 76.8 | 191.32 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 60 | 189 | 0.65 | 0.68 | 0 | 0.26 | 243.26 | 0.52 | 0.49 |
| Hex | 43 | 3C | BD | 41 | 44 | 0 | 1A | F3 | 34 | 31 |
| Octal | 103 | 74 | 275 | 101 | 104 | 0 | 32 | 363 | 64 | 61 |
| Binary | 1000011 | 111100 | 10111101 | 1000001 | 1000100 | 0 | 11010 | 11110011 | 110100 | 110001 |
Color Harmonies of #433CBD
Complementary color
Monochromatic Colors of #433CBD
Black with #433CBD
Text Example
Text Example
White with #433CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433CBD; }
p { color: rgb(67,60,189); }
H1.HeaderClassName
{
color: #433CBD;
}
.AnyTagClassName
{
color: #433CBD;
}
</style>
background-color css
<style>
a { background-color: #433CBD; }
a { background-color: rgb(67,60,189); }
div.DivClassName
{
background-color: #433CBD;
}
.BgClassName
{
background-color: #433CBD;
}
</style>
border-color css
<style>
span { border-color: #433CBD; }
span { border-color: rgb(67,60,189); }
td.TdClassName
{
border-color: #433CBD;
}
.TagClassName
{
border-color: #433CBD;
}
</style>