Shades of Free Speech Blue #423BCA
Tints of Free Speech Blue #423BCA
RGB
CMYK
RGB Variations
Color information
#423BCA (or 0x423BCA) is known color: Free Speech Blue. HEX triplet: 42, 3B and CA. RGB value is (66,59,202). Sum of RGB (Red+Green+Blue) = 66+59+202=327 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.18% from 327); Green value is 59 (23.44% from 255 or 18.04% from 327); Blue value is 202 (79.30% from 255 or 61.77% from 327); Max value from RGB is 202 - color contains mainly: blue. Hex color #423BCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #423BCA is #BDC435. Grayscale: #4C4C4C. Windows color (decimal): -12436534 or 13253442. OLE color: 13253442.
HSL color Cylindrical-coordinate representation of color #423BCA: hue angle of 242.94º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #423BCA is Cyan = 0.67, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 66 | 59 | 202 | - |
| CMYK | 0.67 | 0.71 | 0 | 0.21 |
| HSL | 242.94º | 0.57% | 0.51% | - |
| HSV(B) | 242.94º | 0.71% | 0.79% | - |
| XYZ | 14.47 | 8.55 | 56.76 | - |
| YUV | 77.4 | 198.32 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 59 | 202 | 0.67 | 0.71 | 0 | 0.21 | 242.94 | 0.57 | 0.51 |
| Hex | 42 | 3B | CA | 43 | 47 | 0 | 15 | F3 | 39 | 33 |
| Octal | 102 | 73 | 312 | 103 | 107 | 0 | 25 | 363 | 71 | 63 |
| Binary | 1000010 | 111011 | 11001010 | 1000011 | 1000111 | 0 | 10101 | 11110011 | 111001 | 110011 |
Color Harmonies of #423BCA
Complementary color
Monochromatic Colors of #423BCA
Black with #423BCA
Text Example
Text Example
White with #423BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423BCA; }
p { color: rgb(66,59,202); }
H1.HeaderClassName
{
color: #423BCA;
}
.AnyTagClassName
{
color: #423BCA;
}
</style>
background-color css
<style>
a { background-color: #423BCA; }
a { background-color: rgb(66,59,202); }
div.DivClassName
{
background-color: #423BCA;
}
.BgClassName
{
background-color: #423BCA;
}
</style>
border-color css
<style>
span { border-color: #423BCA; }
span { border-color: rgb(66,59,202); }
td.TdClassName
{
border-color: #423BCA;
}
.TagClassName
{
border-color: #423BCA;
}
</style>