Shades of Free Speech Blue #433BCB
Tints of Free Speech Blue #433BCB
RGB
CMYK
RGB Variations
Color information
#433BCB (or 0x433BCB) is known color: Free Speech Blue. HEX triplet: 43, 3B and CB. RGB value is (67,59,203). Sum of RGB (Red+Green+Blue) = 67+59+203=329 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.36% from 329); Green value is 59 (23.44% from 255 or 17.93% from 329); Blue value is 203 (79.69% from 255 or 61.70% from 329); Max value from RGB is 203 - color contains mainly: blue. Hex color #433BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #433BCB is #BCC434. Grayscale: #4D4D4D. Windows color (decimal): -12370997 or 13318979. OLE color: 13318979.
HSL color Cylindrical-coordinate representation of color #433BCB: hue angle of 243.33º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #433BCB is Cyan = 0.67, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 59 | 203 | - |
| CMYK | 0.67 | 0.71 | 0 | 0.20 |
| HSL | 243.33º | 0.58% | 0.51% | - |
| HSV(B) | 243.33º | 0.71% | 0.8% | - |
| XYZ | 14.66 | 8.63 | 57.39 | - |
| YUV | 77.81 | 198.65 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 59 | 203 | 0.67 | 0.71 | 0 | 0.20 | 243.33 | 0.58 | 0.51 |
| Hex | 43 | 3B | CB | 43 | 47 | 0 | 14 | F3 | 3A | 33 |
| Octal | 103 | 73 | 313 | 103 | 107 | 0 | 24 | 363 | 72 | 63 |
| Binary | 1000011 | 111011 | 11001011 | 1000011 | 1000111 | 0 | 10100 | 11110011 | 111010 | 110011 |
Color Harmonies of #433BCB
Complementary color
Monochromatic Colors of #433BCB
Black with #433BCB
Text Example
Text Example
White with #433BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433BCB; }
p { color: rgb(67,59,203); }
H1.HeaderClassName
{
color: #433BCB;
}
.AnyTagClassName
{
color: #433BCB;
}
</style>
background-color css
<style>
a { background-color: #433BCB; }
a { background-color: rgb(67,59,203); }
div.DivClassName
{
background-color: #433BCB;
}
.BgClassName
{
background-color: #433BCB;
}
</style>
border-color css
<style>
span { border-color: #433BCB; }
span { border-color: rgb(67,59,203); }
td.TdClassName
{
border-color: #433BCB;
}
.TagClassName
{
border-color: #433BCB;
}
</style>