Shades of Free Speech Blue #424BCB
Tints of Free Speech Blue #424BCB
RGB
CMYK
RGB Variations
Color information
#424BCB (or 0x424BCB) is known color: Free Speech Blue. HEX triplet: 42, 4B and CB. RGB value is (66,75,203). Sum of RGB (Red+Green+Blue) = 66+75+203=344 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.19% from 344); Green value is 75 (29.69% from 255 or 21.80% from 344); Blue value is 203 (79.69% from 255 or 59.01% from 344); Max value from RGB is 203 - color contains mainly: blue. Hex color #424BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424BCB is #BDB434. Grayscale: #565656. Windows color (decimal): -12432437 or 13323074. OLE color: 13323074.
HSL color Cylindrical-coordinate representation of color #424BCB: hue angle of 236.06º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #424BCB is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 75 | 203 | - |
| CMYK | 0.67 | 0.63 | 0 | 0.20 |
| HSL | 236.06º | 0.57% | 0.53% | - |
| HSV(B) | 236.06º | 0.67% | 0.8% | - |
| XYZ | 15.54 | 10.5 | 57.71 | - |
| YUV | 86.9 | 193.52 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 75 | 203 | 0.67 | 0.63 | 0 | 0.20 | 236.06 | 0.57 | 0.53 |
| Hex | 42 | 4B | CB | 43 | 3F | 0 | 14 | EC | 39 | 35 |
| Octal | 102 | 113 | 313 | 103 | 77 | 0 | 24 | 354 | 71 | 65 |
| Binary | 1000010 | 1001011 | 11001011 | 1000011 | 111111 | 0 | 10100 | 11101100 | 111001 | 110101 |
Color Harmonies of #424BCB
Complementary color
Monochromatic Colors of #424BCB
Black with #424BCB
Text Example
Text Example
White with #424BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424BCB; }
p { color: rgb(66,75,203); }
H1.HeaderClassName
{
color: #424BCB;
}
.AnyTagClassName
{
color: #424BCB;
}
</style>
background-color css
<style>
a { background-color: #424BCB; }
a { background-color: rgb(66,75,203); }
div.DivClassName
{
background-color: #424BCB;
}
.BgClassName
{
background-color: #424BCB;
}
</style>
border-color css
<style>
span { border-color: #424BCB; }
span { border-color: rgb(66,75,203); }
td.TdClassName
{
border-color: #424BCB;
}
.TagClassName
{
border-color: #424BCB;
}
</style>