Shades of Free Speech Blue #424BCE
Tints of Free Speech Blue #424BCE
RGB
CMYK
RGB Variations
Color information
#424BCE (or 0x424BCE) is known color: Free Speech Blue. HEX triplet: 42, 4B and CE. RGB value is (66,75,206). Sum of RGB (Red+Green+Blue) = 66+75+206=347 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.02% from 347); Green value is 75 (29.69% from 255 or 21.61% from 347); Blue value is 206 (80.86% from 255 or 59.37% from 347); Max value from RGB is 206 - color contains mainly: blue. Hex color #424BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424BCE is #BDB431. Grayscale: #565656. Windows color (decimal): -12432434 or 13519682. OLE color: 13519682.
HSL color Cylindrical-coordinate representation of color #424BCE: hue angle of 236.14º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #424BCE is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 75 | 206 | - |
| CMYK | 0.68 | 0.64 | 0 | 0.19 |
| HSL | 236.14º | 0.59% | 0.53% | - |
| HSV(B) | 236.14º | 0.68% | 0.81% | - |
| XYZ | 15.9 | 10.65 | 59.61 | - |
| YUV | 87.24 | 195.02 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 75 | 206 | 0.68 | 0.64 | 0 | 0.19 | 236.14 | 0.59 | 0.53 |
| Hex | 42 | 4B | CE | 44 | 40 | 0 | 13 | EC | 3B | 35 |
| Octal | 102 | 113 | 316 | 104 | 100 | 0 | 23 | 354 | 73 | 65 |
| Binary | 1000010 | 1001011 | 11001110 | 1000100 | 1000000 | 0 | 10011 | 11101100 | 111011 | 110101 |
Color Harmonies of #424BCE
Complementary color
Monochromatic Colors of #424BCE
Black with #424BCE
Text Example
Text Example
White with #424BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424BCE; }
p { color: rgb(66,75,206); }
H1.HeaderClassName
{
color: #424BCE;
}
.AnyTagClassName
{
color: #424BCE;
}
</style>
background-color css
<style>
a { background-color: #424BCE; }
a { background-color: rgb(66,75,206); }
div.DivClassName
{
background-color: #424BCE;
}
.BgClassName
{
background-color: #424BCE;
}
</style>
border-color css
<style>
span { border-color: #424BCE; }
span { border-color: rgb(66,75,206); }
td.TdClassName
{
border-color: #424BCE;
}
.TagClassName
{
border-color: #424BCE;
}
</style>