Shades of Free Speech Blue #423CBC
Tints of Free Speech Blue #423CBC
RGB
CMYK
RGB Variations
Color information
#423CBC (or 0x423CBC) is known color: Free Speech Blue. HEX triplet: 42, 3C and BC. RGB value is (66,60,188). Sum of RGB (Red+Green+Blue) = 66+60+188=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 60 (23.83% from 255 or 19.11% from 314); Blue value is 188 (73.83% from 255 or 59.87% from 314); Max value from RGB is 188 - color contains mainly: blue. Hex color #423CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #423CBC is #BDC343. Grayscale: #4B4B4B. Windows color (decimal): -12436292 or 12336194. OLE color: 12336194.
HSL color Cylindrical-coordinate representation of color #423CBC: hue angle of 242.81º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #423CBC is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 60 | 188 | - |
| CMYK | 0.65 | 0.68 | 0 | 0.26 |
| HSL | 242.81º | 0.52% | 0.49% | - |
| HSV(B) | 242.81º | 0.68% | 0.74% | - |
| XYZ | 12.94 | 8.02 | 48.44 | - |
| YUV | 76.39 | 190.99 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 60 | 188 | 0.65 | 0.68 | 0 | 0.26 | 242.81 | 0.52 | 0.49 |
| Hex | 42 | 3C | BC | 41 | 44 | 0 | 1A | F3 | 34 | 31 |
| Octal | 102 | 74 | 274 | 101 | 104 | 0 | 32 | 363 | 64 | 61 |
| Binary | 1000010 | 111100 | 10111100 | 1000001 | 1000100 | 0 | 11010 | 11110011 | 110100 | 110001 |
Color Harmonies of #423CBC
Complementary color
Monochromatic Colors of #423CBC
Black with #423CBC
Text Example
Text Example
White with #423CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423CBC; }
p { color: rgb(66,60,188); }
H1.HeaderClassName
{
color: #423CBC;
}
.AnyTagClassName
{
color: #423CBC;
}
</style>
background-color css
<style>
a { background-color: #423CBC; }
a { background-color: rgb(66,60,188); }
div.DivClassName
{
background-color: #423CBC;
}
.BgClassName
{
background-color: #423CBC;
}
</style>
border-color css
<style>
span { border-color: #423CBC; }
span { border-color: rgb(66,60,188); }
td.TdClassName
{
border-color: #423CBC;
}
.TagClassName
{
border-color: #423CBC;
}
</style>