Shades of Free Speech Blue #4355C4
Tints of Free Speech Blue #4355C4
RGB
CMYK
RGB Variations
Color information
#4355C4 (or 0x4355C4) is known color: Free Speech Blue. HEX triplet: 43, 55 and C4. RGB value is (67,85,196). Sum of RGB (Red+Green+Blue) = 67+85+196=348 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.25% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 196 (76.95% from 255 or 56.32% from 348); Max value from RGB is 196 - color contains mainly: blue. Hex color #4355C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4355C4 is #BCAA3B. Grayscale: #5B5B5B. Windows color (decimal): -12364348 or 12866883. OLE color: 12866883.
HSL color Cylindrical-coordinate representation of color #4355C4: hue angle of 231.63º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4355C4 is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 67 | 85 | 196 | - |
| CMYK | 0.66 | 0.57 | 0 | 0.23 |
| HSL | 231.63º | 0.52% | 0.52% | - |
| HSV(B) | 231.63º | 0.66% | 0.77% | - |
| XYZ | 15.53 | 11.68 | 53.66 | - |
| YUV | 92.27 | 186.54 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 85 | 196 | 0.66 | 0.57 | 0 | 0.23 | 231.63 | 0.52 | 0.52 |
| Hex | 43 | 55 | C4 | 42 | 39 | 0 | 17 | E8 | 34 | 34 |
| Octal | 103 | 125 | 304 | 102 | 71 | 0 | 27 | 350 | 64 | 64 |
| Binary | 1000011 | 1010101 | 11000100 | 1000010 | 111001 | 0 | 10111 | 11101000 | 110100 | 110100 |
Color Harmonies of #4355C4
Complementary color
Monochromatic Colors of #4355C4
Black with #4355C4
Text Example
Text Example
White with #4355C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4355C4; }
p { color: rgb(67,85,196); }
H1.HeaderClassName
{
color: #4355C4;
}
.AnyTagClassName
{
color: #4355C4;
}
</style>
background-color css
<style>
a { background-color: #4355C4; }
a { background-color: rgb(67,85,196); }
div.DivClassName
{
background-color: #4355C4;
}
.BgClassName
{
background-color: #4355C4;
}
</style>
border-color css
<style>
span { border-color: #4355C4; }
span { border-color: rgb(67,85,196); }
td.TdClassName
{
border-color: #4355C4;
}
.TagClassName
{
border-color: #4355C4;
}
</style>