Shades of Free Speech Blue #453BCB
Tints of Free Speech Blue #453BCB
RGB
CMYK
RGB Variations
Color information
#453BCB (or 0x453BCB) is known color: Free Speech Blue. HEX triplet: 45, 3B and CB. RGB value is (69,59,203). Sum of RGB (Red+Green+Blue) = 69+59+203=331 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.85% from 331); Green value is 59 (23.44% from 255 or 17.82% from 331); Blue value is 203 (79.69% from 255 or 61.33% from 331); Max value from RGB is 203 - color contains mainly: blue. Hex color #453BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #453BCB is #BAC434. Grayscale: #4D4D4D. Windows color (decimal): -12239925 or 13318981. OLE color: 13318981.
HSL color Cylindrical-coordinate representation of color #453BCB: hue angle of 244.17º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #453BCB is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 59 | 203 | - |
| CMYK | 0.66 | 0.71 | 0 | 0.20 |
| HSL | 244.17º | 0.58% | 0.51% | - |
| HSV(B) | 244.17º | 0.71% | 0.8% | - |
| XYZ | 14.8 | 8.7 | 57.4 | - |
| YUV | 78.41 | 198.31 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 59 | 203 | 0.66 | 0.71 | 0 | 0.20 | 244.17 | 0.58 | 0.51 |
| Hex | 45 | 3B | CB | 42 | 47 | 0 | 14 | F4 | 3A | 33 |
| Octal | 105 | 73 | 313 | 102 | 107 | 0 | 24 | 364 | 72 | 63 |
| Binary | 1000101 | 111011 | 11001011 | 1000010 | 1000111 | 0 | 10100 | 11110100 | 111010 | 110011 |
Color Harmonies of #453BCB
Complementary color
Monochromatic Colors of #453BCB
Black with #453BCB
Text Example
Text Example
White with #453BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453BCB; }
p { color: rgb(69,59,203); }
H1.HeaderClassName
{
color: #453BCB;
}
.AnyTagClassName
{
color: #453BCB;
}
</style>
background-color css
<style>
a { background-color: #453BCB; }
a { background-color: rgb(69,59,203); }
div.DivClassName
{
background-color: #453BCB;
}
.BgClassName
{
background-color: #453BCB;
}
</style>
border-color css
<style>
span { border-color: #453BCB; }
span { border-color: rgb(69,59,203); }
td.TdClassName
{
border-color: #453BCB;
}
.TagClassName
{
border-color: #453BCB;
}
</style>