Shades of Free Speech Blue #4353CB
Tints of Free Speech Blue #4353CB
RGB
CMYK
RGB Variations
Color information
#4353CB (or 0x4353CB) is known color: Free Speech Blue. HEX triplet: 43, 53 and CB. RGB value is (67,83,203). Sum of RGB (Red+Green+Blue) = 67+83+203=353 (46% of max value = 765). Red value is 67 (26.56% from 255 or 18.98% from 353); Green value is 83 (32.81% from 255 or 23.51% from 353); Blue value is 203 (79.69% from 255 or 57.51% from 353); Max value from RGB is 203 - color contains mainly: blue. Hex color #4353CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4353CB is #BCAC34. Grayscale: #5B5B5B. Windows color (decimal): -12364853 or 13325123. OLE color: 13325123.
HSL color Cylindrical-coordinate representation of color #4353CB: hue angle of 232.94º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4353CB is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 83 | 203 | - |
| CMYK | 0.67 | 0.59 | 0 | 0.20 |
| HSL | 232.94º | 0.57% | 0.53% | - |
| HSV(B) | 232.94º | 0.67% | 0.8% | - |
| XYZ | 16.19 | 11.69 | 57.9 | - |
| YUV | 91.9 | 190.7 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 83 | 203 | 0.67 | 0.59 | 0 | 0.20 | 232.94 | 0.57 | 0.53 |
| Hex | 43 | 53 | CB | 43 | 3B | 0 | 14 | E9 | 39 | 35 |
| Octal | 103 | 123 | 313 | 103 | 73 | 0 | 24 | 351 | 71 | 65 |
| Binary | 1000011 | 1010011 | 11001011 | 1000011 | 111011 | 0 | 10100 | 11101001 | 111001 | 110101 |
Color Harmonies of #4353CB
Complementary color
Monochromatic Colors of #4353CB
Black with #4353CB
Text Example
Text Example
White with #4353CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4353CB; }
p { color: rgb(67,83,203); }
H1.HeaderClassName
{
color: #4353CB;
}
.AnyTagClassName
{
color: #4353CB;
}
</style>
background-color css
<style>
a { background-color: #4353CB; }
a { background-color: rgb(67,83,203); }
div.DivClassName
{
background-color: #4353CB;
}
.BgClassName
{
background-color: #4353CB;
}
</style>
border-color css
<style>
span { border-color: #4353CB; }
span { border-color: rgb(67,83,203); }
td.TdClassName
{
border-color: #4353CB;
}
.TagClassName
{
border-color: #4353CB;
}
</style>