Shades of Free Speech Blue #3341CA
Tints of Free Speech Blue #3341CA
RGB
CMYK
RGB Variations
Color information
#3341CA (or 0x3341CA) is known color: Free Speech Blue. HEX triplet: 33, 41 and CA. RGB value is (51,65,202). Sum of RGB (Red+Green+Blue) = 51+65+202=318 (42% of max value = 765). Red value is 51 (20.31% from 255 or 16.04% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 202 (79.30% from 255 or 63.52% from 318); Max value from RGB is 202 - color contains mainly: blue. Hex color #3341CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3341CA is #CCBE35. Grayscale: #4B4B4B. Windows color (decimal): -13418038 or 13254963. OLE color: 13254963.
HSL color Cylindrical-coordinate representation of color #3341CA: hue angle of 234.44º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3341CA is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 51 | 65 | 202 | - |
| CMYK | 0.75 | 0.68 | 0 | 0.21 |
| HSL | 234.44º | 0.6% | 0.5% | - |
| HSV(B) | 234.44º | 0.75% | 0.79% | - |
| XYZ | 13.92 | 8.75 | 56.83 | - |
| YUV | 76.43 | 198.86 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 65 | 202 | 0.75 | 0.68 | 0 | 0.21 | 234.44 | 0.6 | 0.5 |
| Hex | 33 | 41 | CA | 4B | 44 | 0 | 15 | EA | 3C | 32 |
| Octal | 63 | 101 | 312 | 113 | 104 | 0 | 25 | 352 | 74 | 62 |
| Binary | 110011 | 1000001 | 11001010 | 1001011 | 1000100 | 0 | 10101 | 11101010 | 111100 | 110010 |
Color Harmonies of #3341CA
Complementary color
Monochromatic Colors of #3341CA
Black with #3341CA
Text Example
Text Example
White with #3341CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3341CA; }
p { color: rgb(51,65,202); }
H1.HeaderClassName
{
color: #3341CA;
}
.AnyTagClassName
{
color: #3341CA;
}
</style>
background-color css
<style>
a { background-color: #3341CA; }
a { background-color: rgb(51,65,202); }
div.DivClassName
{
background-color: #3341CA;
}
.BgClassName
{
background-color: #3341CA;
}
</style>
border-color css
<style>
span { border-color: #3341CA; }
span { border-color: rgb(51,65,202); }
td.TdClassName
{
border-color: #3341CA;
}
.TagClassName
{
border-color: #3341CA;
}
</style>