Shades of Free Speech Blue #433FCB
Tints of Free Speech Blue #433FCB
RGB
CMYK
RGB Variations
Color information
#433FCB (or 0x433FCB) is known color: Free Speech Blue. HEX triplet: 43, 3F and CB. RGB value is (67,63,203). Sum of RGB (Red+Green+Blue) = 67+63+203=333 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20.12% from 333); Green value is 63 (25% from 255 or 18.92% from 333); Blue value is 203 (79.69% from 255 or 60.96% from 333); Max value from RGB is 203 - color contains mainly: blue. Hex color #433FCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #433FCB is #BCC034. Grayscale: #4F4F4F. Windows color (decimal): -12369973 or 13320003. OLE color: 13320003.
HSL color Cylindrical-coordinate representation of color #433FCB: hue angle of 241.71º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #433FCB is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 63 | 203 | - |
| CMYK | 0.67 | 0.69 | 0 | 0.20 |
| HSL | 241.71º | 0.57% | 0.52% | - |
| HSV(B) | 241.71º | 0.69% | 0.8% | - |
| XYZ | 14.87 | 9.06 | 57.46 | - |
| YUV | 80.16 | 197.33 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 63 | 203 | 0.67 | 0.69 | 0 | 0.20 | 241.71 | 0.57 | 0.52 |
| Hex | 43 | 3F | CB | 43 | 45 | 0 | 14 | F2 | 39 | 34 |
| Octal | 103 | 77 | 313 | 103 | 105 | 0 | 24 | 362 | 71 | 64 |
| Binary | 1000011 | 111111 | 11001011 | 1000011 | 1000101 | 0 | 10100 | 11110010 | 111001 | 110100 |
Color Harmonies of #433FCB
Complementary color
Monochromatic Colors of #433FCB
Black with #433FCB
Text Example
Text Example
White with #433FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433FCB; }
p { color: rgb(67,63,203); }
H1.HeaderClassName
{
color: #433FCB;
}
.AnyTagClassName
{
color: #433FCB;
}
</style>
background-color css
<style>
a { background-color: #433FCB; }
a { background-color: rgb(67,63,203); }
div.DivClassName
{
background-color: #433FCB;
}
.BgClassName
{
background-color: #433FCB;
}
</style>
border-color css
<style>
span { border-color: #433FCB; }
span { border-color: rgb(67,63,203); }
td.TdClassName
{
border-color: #433FCB;
}
.TagClassName
{
border-color: #433FCB;
}
</style>