Shades of Free Speech Blue #423AB5
Tints of Free Speech Blue #423AB5
RGB
CMYK
RGB Variations
Color information
#423AB5 (or 0x423AB5) is known color: Free Speech Blue. HEX triplet: 42, 3A and B5. RGB value is (66,58,181). Sum of RGB (Red+Green+Blue) = 66+58+181=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 58 (23.05% from 255 or 19.02% from 305); Blue value is 181 (71.09% from 255 or 59.34% from 305); Max value from RGB is 181 - color contains mainly: blue. Hex color #423AB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #423AB5 is #BDC54A. Grayscale: #494949. Windows color (decimal): -12436811 or 11876930. OLE color: 11876930.
HSL color Cylindrical-coordinate representation of color #423AB5: hue angle of 243.9º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #423AB5 is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 58 | 181 | - |
| CMYK | 0.64 | 0.68 | 0 | 0.29 |
| HSL | 243.9º | 0.51% | 0.47% | - |
| HSV(B) | 243.9º | 0.68% | 0.71% | - |
| XYZ | 12.1 | 7.52 | 44.53 | - |
| YUV | 74.41 | 188.15 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 58 | 181 | 0.64 | 0.68 | 0 | 0.29 | 243.9 | 0.51 | 0.47 |
| Hex | 42 | 3A | B5 | 40 | 44 | 0 | 1D | F4 | 33 | 2F |
| Octal | 102 | 72 | 265 | 100 | 104 | 0 | 35 | 364 | 63 | 57 |
| Binary | 1000010 | 111010 | 10110101 | 1000000 | 1000100 | 0 | 11101 | 11110100 | 110011 | 101111 |
Color Harmonies of #423AB5
Complementary color
Monochromatic Colors of #423AB5
Black with #423AB5
Text Example
Text Example
White with #423AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423AB5; }
p { color: rgb(66,58,181); }
H1.HeaderClassName
{
color: #423AB5;
}
.AnyTagClassName
{
color: #423AB5;
}
</style>
background-color css
<style>
a { background-color: #423AB5; }
a { background-color: rgb(66,58,181); }
div.DivClassName
{
background-color: #423AB5;
}
.BgClassName
{
background-color: #423AB5;
}
</style>
border-color css
<style>
span { border-color: #423AB5; }
span { border-color: rgb(66,58,181); }
td.TdClassName
{
border-color: #423AB5;
}
.TagClassName
{
border-color: #423AB5;
}
</style>