Shades of Free Speech Blue #423CD4
Tints of Free Speech Blue #423CD4
RGB
CMYK
RGB Variations
Color information
#423CD4 (or 0x423CD4) is known color: Free Speech Blue. HEX triplet: 42, 3C and D4. RGB value is (66,60,212). Sum of RGB (Red+Green+Blue) = 66+60+212=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 60 (23.83% from 255 or 17.75% from 338); Blue value is 212 (83.20% from 255 or 62.72% from 338); Max value from RGB is 212 - color contains mainly: blue. Hex color #423CD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #423CD4 is #BDC32B. Grayscale: #4E4E4E. Windows color (decimal): -12436268 or 13909058. OLE color: 13909058.
HSL color Cylindrical-coordinate representation of color #423CD4: hue angle of 242.37º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #423CD4 is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 66 | 60 | 212 | - |
| CMYK | 0.69 | 0.72 | 0 | 0.17 |
| HSL | 242.37º | 0.64% | 0.53% | - |
| HSV(B) | 242.37º | 0.72% | 0.83% | - |
| XYZ | 15.75 | 9.14 | 63.22 | - |
| YUV | 79.12 | 202.99 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 60 | 212 | 0.69 | 0.72 | 0 | 0.17 | 242.37 | 0.64 | 0.53 |
| Hex | 42 | 3C | D4 | 45 | 48 | 0 | 11 | F2 | 40 | 35 |
| Octal | 102 | 74 | 324 | 105 | 110 | 0 | 21 | 362 | 100 | 65 |
| Binary | 1000010 | 111100 | 11010100 | 1000101 | 1001000 | 0 | 10001 | 11110010 | 1000000 | 110101 |
Color Harmonies of #423CD4
Complementary color
Monochromatic Colors of #423CD4
Black with #423CD4
Text Example
Text Example
White with #423CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423CD4; }
p { color: rgb(66,60,212); }
H1.HeaderClassName
{
color: #423CD4;
}
.AnyTagClassName
{
color: #423CD4;
}
</style>
background-color css
<style>
a { background-color: #423CD4; }
a { background-color: rgb(66,60,212); }
div.DivClassName
{
background-color: #423CD4;
}
.BgClassName
{
background-color: #423CD4;
}
</style>
border-color css
<style>
span { border-color: #423CD4; }
span { border-color: rgb(66,60,212); }
td.TdClassName
{
border-color: #423CD4;
}
.TagClassName
{
border-color: #423CD4;
}
</style>