Shades of Free Speech Blue #4336CB
Tints of Free Speech Blue #4336CB
RGB
CMYK
RGB Variations
Color information
#4336CB (or 0x4336CB) is known color: Free Speech Blue. HEX triplet: 43, 36 and CB. RGB value is (67,54,203). Sum of RGB (Red+Green+Blue) = 67+54+203=324 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.68% from 324); Green value is 54 (21.48% from 255 or 16.67% from 324); Blue value is 203 (79.69% from 255 or 62.65% from 324); Max value from RGB is 203 - color contains mainly: blue. Hex color #4336CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4336CB is #BCC934. Grayscale: #4A4A4A. Windows color (decimal): -12372277 or 13317699. OLE color: 13317699.
HSL color Cylindrical-coordinate representation of color #4336CB: hue angle of 245.23º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4336CB is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 54 | 203 | - |
| CMYK | 0.67 | 0.73 | 0 | 0.20 |
| HSL | 245.23º | 0.59% | 0.5% | - |
| HSV(B) | 245.23º | 0.73% | 0.8% | - |
| XYZ | 14.41 | 8.14 | 57.31 | - |
| YUV | 74.87 | 200.31 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 54 | 203 | 0.67 | 0.73 | 0 | 0.20 | 245.23 | 0.59 | 0.5 |
| Hex | 43 | 36 | CB | 43 | 49 | 0 | 14 | F5 | 3B | 32 |
| Octal | 103 | 66 | 313 | 103 | 111 | 0 | 24 | 365 | 73 | 62 |
| Binary | 1000011 | 110110 | 11001011 | 1000011 | 1001001 | 0 | 10100 | 11110101 | 111011 | 110010 |
Color Harmonies of #4336CB
Complementary color
Monochromatic Colors of #4336CB
Black with #4336CB
Text Example
Text Example
White with #4336CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4336CB; }
p { color: rgb(67,54,203); }
H1.HeaderClassName
{
color: #4336CB;
}
.AnyTagClassName
{
color: #4336CB;
}
</style>
background-color css
<style>
a { background-color: #4336CB; }
a { background-color: rgb(67,54,203); }
div.DivClassName
{
background-color: #4336CB;
}
.BgClassName
{
background-color: #4336CB;
}
</style>
border-color css
<style>
span { border-color: #4336CB; }
span { border-color: rgb(67,54,203); }
td.TdClassName
{
border-color: #4336CB;
}
.TagClassName
{
border-color: #4336CB;
}
</style>