Shades of Free Speech Blue #3343CB
Tints of Free Speech Blue #3343CB
RGB
CMYK
RGB Variations
Color information
#3343CB (or 0x3343CB) is known color: Free Speech Blue. HEX triplet: 33, 43 and CB. RGB value is (51,67,203). Sum of RGB (Red+Green+Blue) = 51+67+203=321 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.89% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 203 (79.69% from 255 or 63.24% from 321); Max value from RGB is 203 - color contains mainly: blue. Hex color #3343CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3343CB is #CCBC34. Grayscale: #4D4D4D. Windows color (decimal): -13417525 or 13321011. OLE color: 13321011.
HSL color Cylindrical-coordinate representation of color #3343CB: hue angle of 233.68º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3343CB is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 67 | 203 | - |
| CMYK | 0.75 | 0.67 | 0 | 0.20 |
| HSL | 233.68º | 0.6% | 0.5% | - |
| HSV(B) | 233.68º | 0.75% | 0.8% | - |
| XYZ | 14.15 | 9.03 | 57.5 | - |
| YUV | 77.72 | 198.7 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 67 | 203 | 0.75 | 0.67 | 0 | 0.20 | 233.68 | 0.6 | 0.5 |
| Hex | 33 | 43 | CB | 4B | 43 | 0 | 14 | EA | 3C | 32 |
| Octal | 63 | 103 | 313 | 113 | 103 | 0 | 24 | 352 | 74 | 62 |
| Binary | 110011 | 1000011 | 11001011 | 1001011 | 1000011 | 0 | 10100 | 11101010 | 111100 | 110010 |
Color Harmonies of #3343CB
Complementary color
Monochromatic Colors of #3343CB
Black with #3343CB
Text Example
Text Example
White with #3343CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3343CB; }
p { color: rgb(51,67,203); }
H1.HeaderClassName
{
color: #3343CB;
}
.AnyTagClassName
{
color: #3343CB;
}
</style>
background-color css
<style>
a { background-color: #3343CB; }
a { background-color: rgb(51,67,203); }
div.DivClassName
{
background-color: #3343CB;
}
.BgClassName
{
background-color: #3343CB;
}
</style>
border-color css
<style>
span { border-color: #3343CB; }
span { border-color: rgb(51,67,203); }
td.TdClassName
{
border-color: #3343CB;
}
.TagClassName
{
border-color: #3343CB;
}
</style>