Shades of Free Speech Blue #4135CF
Tints of Free Speech Blue #4135CF
RGB
CMYK
RGB Variations
Color information
#4135CF (or 0x4135CF) is known color: Free Speech Blue. HEX triplet: 41, 35 and CF. RGB value is (65,53,207). Sum of RGB (Red+Green+Blue) = 65+53+207=325 (43% of max value = 765). Red value is 65 (25.78% from 255 or 20% from 325); Green value is 53 (21.09% from 255 or 16.31% from 325); Blue value is 207 (81.25% from 255 or 63.69% from 325); Max value from RGB is 207 - color contains mainly: blue. Hex color #4135CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4135CF is #BECA30. Grayscale: #494949. Windows color (decimal): -12503601 or 13579585. OLE color: 13579585.
HSL color Cylindrical-coordinate representation of color #4135CF: hue angle of 244.68º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4135CF is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 53 | 207 | - |
| CMYK | 0.69 | 0.74 | 0 | 0.19 |
| HSL | 244.68º | 0.62% | 0.51% | - |
| HSV(B) | 244.68º | 0.74% | 0.81% | - |
| XYZ | 14.72 | 8.18 | 59.83 | - |
| YUV | 74.14 | 202.98 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 53 | 207 | 0.69 | 0.74 | 0 | 0.19 | 244.68 | 0.62 | 0.51 |
| Hex | 41 | 35 | CF | 45 | 4A | 0 | 13 | F5 | 3E | 33 |
| Octal | 101 | 65 | 317 | 105 | 112 | 0 | 23 | 365 | 76 | 63 |
| Binary | 1000001 | 110101 | 11001111 | 1000101 | 1001010 | 0 | 10011 | 11110101 | 111110 | 110011 |
Color Harmonies of #4135CF
Complementary color
Monochromatic Colors of #4135CF
Black with #4135CF
Text Example
Text Example
White with #4135CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4135CF; }
p { color: rgb(65,53,207); }
H1.HeaderClassName
{
color: #4135CF;
}
.AnyTagClassName
{
color: #4135CF;
}
</style>
background-color css
<style>
a { background-color: #4135CF; }
a { background-color: rgb(65,53,207); }
div.DivClassName
{
background-color: #4135CF;
}
.BgClassName
{
background-color: #4135CF;
}
</style>
border-color css
<style>
span { border-color: #4135CF; }
span { border-color: rgb(65,53,207); }
td.TdClassName
{
border-color: #4135CF;
}
.TagClassName
{
border-color: #4135CF;
}
</style>