Shades of Free Speech Blue #4353CE
Tints of Free Speech Blue #4353CE
RGB
CMYK
RGB Variations
Color information
#4353CE (or 0x4353CE) is known color: Free Speech Blue. HEX triplet: 43, 53 and CE. RGB value is (67,83,206). Sum of RGB (Red+Green+Blue) = 67+83+206=356 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.82% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 206 (80.86% from 255 or 57.87% from 356); Max value from RGB is 206 - color contains mainly: blue. Hex color #4353CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4353CE is #BCAC31. Grayscale: #5B5B5B. Windows color (decimal): -12364850 or 13521731. OLE color: 13521731.
HSL color Cylindrical-coordinate representation of color #4353CE: hue angle of 233.09º 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 #4353CE is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 83 | 206 | - |
| CMYK | 0.67 | 0.60 | 0 | 0.19 |
| HSL | 233.09º | 0.59% | 0.54% | - |
| HSV(B) | 233.09º | 0.67% | 0.81% | - |
| XYZ | 16.55 | 11.84 | 59.8 | - |
| YUV | 92.24 | 192.2 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 83 | 206 | 0.67 | 0.60 | 0 | 0.19 | 233.09 | 0.59 | 0.54 |
| Hex | 43 | 53 | CE | 43 | 3C | 0 | 13 | E9 | 3B | 36 |
| Octal | 103 | 123 | 316 | 103 | 74 | 0 | 23 | 351 | 73 | 66 |
| Binary | 1000011 | 1010011 | 11001110 | 1000011 | 111100 | 0 | 10011 | 11101001 | 111011 | 110110 |
Color Harmonies of #4353CE
Complementary color
Monochromatic Colors of #4353CE
Black with #4353CE
Text Example
Text Example
White with #4353CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4353CE; }
p { color: rgb(67,83,206); }
H1.HeaderClassName
{
color: #4353CE;
}
.AnyTagClassName
{
color: #4353CE;
}
</style>
background-color css
<style>
a { background-color: #4353CE; }
a { background-color: rgb(67,83,206); }
div.DivClassName
{
background-color: #4353CE;
}
.BgClassName
{
background-color: #4353CE;
}
</style>
border-color css
<style>
span { border-color: #4353CE; }
span { border-color: rgb(67,83,206); }
td.TdClassName
{
border-color: #4353CE;
}
.TagClassName
{
border-color: #4353CE;
}
</style>