Shades of Free Speech Blue #423FCB
Tints of Free Speech Blue #423FCB
RGB
CMYK
RGB Variations
Color information
#423FCB (or 0x423FCB) is known color: Free Speech Blue. HEX triplet: 42, 3F and CB. RGB value is (66,63,203). Sum of RGB (Red+Green+Blue) = 66+63+203=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 63 (25% from 255 or 18.98% from 332); Blue value is 203 (79.69% from 255 or 61.14% from 332); Max value from RGB is 203 - color contains mainly: blue. Hex color #423FCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #423FCB is #BDC034. Grayscale: #4F4F4F. Windows color (decimal): -12435509 or 13320002. OLE color: 13320002.
HSL color Cylindrical-coordinate representation of color #423FCB: hue angle of 241.29º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #423FCB is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 63 | 203 | - |
| CMYK | 0.67 | 0.69 | 0 | 0.20 |
| HSL | 241.29º | 0.57% | 0.52% | - |
| HSV(B) | 241.29º | 0.69% | 0.8% | - |
| XYZ | 14.8 | 9.03 | 57.46 | - |
| YUV | 79.86 | 197.49 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 63 | 203 | 0.67 | 0.69 | 0 | 0.20 | 241.29 | 0.57 | 0.52 |
| Hex | 42 | 3F | CB | 43 | 45 | 0 | 14 | F1 | 39 | 34 |
| Octal | 102 | 77 | 313 | 103 | 105 | 0 | 24 | 361 | 71 | 64 |
| Binary | 1000010 | 111111 | 11001011 | 1000011 | 1000101 | 0 | 10100 | 11110001 | 111001 | 110100 |
Color Harmonies of #423FCB
Complementary color
Monochromatic Colors of #423FCB
Black with #423FCB
Text Example
Text Example
White with #423FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423FCB; }
p { color: rgb(66,63,203); }
H1.HeaderClassName
{
color: #423FCB;
}
.AnyTagClassName
{
color: #423FCB;
}
</style>
background-color css
<style>
a { background-color: #423FCB; }
a { background-color: rgb(66,63,203); }
div.DivClassName
{
background-color: #423FCB;
}
.BgClassName
{
background-color: #423FCB;
}
</style>
border-color css
<style>
span { border-color: #423FCB; }
span { border-color: rgb(66,63,203); }
td.TdClassName
{
border-color: #423FCB;
}
.TagClassName
{
border-color: #423FCB;
}
</style>