Shades of Free Speech Blue #4352CE
Tints of Free Speech Blue #4352CE
RGB
CMYK
RGB Variations
Color information
#4352CE (or 0x4352CE) is known color: Free Speech Blue. HEX triplet: 43, 52 and CE. RGB value is (67,82,206). Sum of RGB (Red+Green+Blue) = 67+82+206=355 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.87% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 206 (80.86% from 255 or 58.03% from 355); Max value from RGB is 206 - color contains mainly: blue. Hex color #4352CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4352CE is #BCAD31. Grayscale: #5B5B5B. Windows color (decimal): -12365106 or 13521475. OLE color: 13521475.
HSL color Cylindrical-coordinate representation of color #4352CE: hue angle of 233.53º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4352CE is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 82 | 206 | - |
| CMYK | 0.67 | 0.60 | 0 | 0.19 |
| HSL | 233.53º | 0.59% | 0.54% | - |
| HSV(B) | 233.53º | 0.67% | 0.81% | - |
| XYZ | 16.47 | 11.68 | 59.78 | - |
| YUV | 91.65 | 192.53 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 82 | 206 | 0.67 | 0.60 | 0 | 0.19 | 233.53 | 0.59 | 0.54 |
| Hex | 43 | 52 | CE | 43 | 3C | 0 | 13 | EA | 3B | 36 |
| Octal | 103 | 122 | 316 | 103 | 74 | 0 | 23 | 352 | 73 | 66 |
| Binary | 1000011 | 1010010 | 11001110 | 1000011 | 111100 | 0 | 10011 | 11101010 | 111011 | 110110 |
Color Harmonies of #4352CE
Complementary color
Monochromatic Colors of #4352CE
Black with #4352CE
Text Example
Text Example
White with #4352CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4352CE; }
p { color: rgb(67,82,206); }
H1.HeaderClassName
{
color: #4352CE;
}
.AnyTagClassName
{
color: #4352CE;
}
</style>
background-color css
<style>
a { background-color: #4352CE; }
a { background-color: rgb(67,82,206); }
div.DivClassName
{
background-color: #4352CE;
}
.BgClassName
{
background-color: #4352CE;
}
</style>
border-color css
<style>
span { border-color: #4352CE; }
span { border-color: rgb(67,82,206); }
td.TdClassName
{
border-color: #4352CE;
}
.TagClassName
{
border-color: #4352CE;
}
</style>