Shades of Free Speech Blue #435BBE
Tints of Free Speech Blue #435BBE
RGB
CMYK
RGB Variations
Color information
#435BBE (or 0x435BBE) is known color: Free Speech Blue. HEX triplet: 43, 5B and BE. RGB value is (67,91,190). Sum of RGB (Red+Green+Blue) = 67+91+190=348 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.25% from 348); Green value is 91 (35.94% from 255 or 26.15% from 348); Blue value is 190 (74.61% from 255 or 54.60% from 348); Max value from RGB is 190 - color contains mainly: blue. Hex color #435BBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #435BBE is #BCA441. Grayscale: #5E5E5E. Windows color (decimal): -12362818 or 12475203. OLE color: 12475203.
HSL color Cylindrical-coordinate representation of color #435BBE: hue angle of 228.29º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #435BBE is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 91 | 190 | - |
| CMYK | 0.65 | 0.52 | 0 | 0.25 |
| HSL | 228.29º | 0.49% | 0.5% | - |
| HSV(B) | 228.29º | 0.65% | 0.75% | - |
| XYZ | 15.35 | 12.39 | 50.3 | - |
| YUV | 95.11 | 181.55 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 91 | 190 | 0.65 | 0.52 | 0 | 0.25 | 228.29 | 0.49 | 0.5 |
| Hex | 43 | 5B | BE | 41 | 34 | 0 | 19 | E4 | 31 | 32 |
| Octal | 103 | 133 | 276 | 101 | 64 | 0 | 31 | 344 | 61 | 62 |
| Binary | 1000011 | 1011011 | 10111110 | 1000001 | 110100 | 0 | 11001 | 11100100 | 110001 | 110010 |
Color Harmonies of #435BBE
Complementary color
Monochromatic Colors of #435BBE
Black with #435BBE
Text Example
Text Example
White with #435BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435BBE; }
p { color: rgb(67,91,190); }
H1.HeaderClassName
{
color: #435BBE;
}
.AnyTagClassName
{
color: #435BBE;
}
</style>
background-color css
<style>
a { background-color: #435BBE; }
a { background-color: rgb(67,91,190); }
div.DivClassName
{
background-color: #435BBE;
}
.BgClassName
{
background-color: #435BBE;
}
</style>
border-color css
<style>
span { border-color: #435BBE; }
span { border-color: rgb(67,91,190); }
td.TdClassName
{
border-color: #435BBE;
}
.TagClassName
{
border-color: #435BBE;
}
</style>