Shades of Free Speech Blue #423CCC
Tints of Free Speech Blue #423CCC
RGB
CMYK
RGB Variations
Color information
#423CCC (or 0x423CCC) is known color: Free Speech Blue. HEX triplet: 42, 3C and CC. RGB value is (66,60,204). Sum of RGB (Red+Green+Blue) = 66+60+204=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 204 (80.08% from 255 or 61.82% from 330); Max value from RGB is 204 - color contains mainly: blue. Hex color #423CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #423CCC is #BDC333. Grayscale: #4D4D4D. Windows color (decimal): -12436276 or 13384770. OLE color: 13384770.
HSL color Cylindrical-coordinate representation of color #423CCC: hue angle of 242.5º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #423CCC is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 66 | 60 | 204 | - |
| CMYK | 0.68 | 0.71 | 0 | 0.2 |
| HSL | 242.5º | 0.59% | 0.52% | - |
| HSV(B) | 242.5º | 0.71% | 0.8% | - |
| XYZ | 14.76 | 8.75 | 58.04 | - |
| YUV | 78.21 | 198.99 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 60 | 204 | 0.68 | 0.71 | 0 | 0.2 | 242.5 | 0.59 | 0.52 |
| Hex | 42 | 3C | CC | 44 | 47 | 0 | 14 | F2 | 3B | 34 |
| Octal | 102 | 74 | 314 | 104 | 107 | 0 | 24 | 362 | 73 | 64 |
| Binary | 1000010 | 111100 | 11001100 | 1000100 | 1000111 | 0 | 10100 | 11110010 | 111011 | 110100 |
Color Harmonies of #423CCC
Complementary color
Monochromatic Colors of #423CCC
Black with #423CCC
Text Example
Text Example
White with #423CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423CCC; }
p { color: rgb(66,60,204); }
H1.HeaderClassName
{
color: #423CCC;
}
.AnyTagClassName
{
color: #423CCC;
}
</style>
background-color css
<style>
a { background-color: #423CCC; }
a { background-color: rgb(66,60,204); }
div.DivClassName
{
background-color: #423CCC;
}
.BgClassName
{
background-color: #423CCC;
}
</style>
border-color css
<style>
span { border-color: #423CCC; }
span { border-color: rgb(66,60,204); }
td.TdClassName
{
border-color: #423CCC;
}
.TagClassName
{
border-color: #423CCC;
}
</style>