Shades of Free Speech Blue #453FCB
Tints of Free Speech Blue #453FCB
RGB
CMYK
RGB Variations
Color information
#453FCB (or 0x453FCB) is known color: Free Speech Blue. HEX triplet: 45, 3F and CB. RGB value is (69,63,203). Sum of RGB (Red+Green+Blue) = 69+63+203=335 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.60% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 203 (79.69% from 255 or 60.60% from 335); Max value from RGB is 203 - color contains mainly: blue. Hex color #453FCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #453FCB is #BAC034. Grayscale: #505050. Windows color (decimal): -12238901 or 13320005. OLE color: 13320005.
HSL color Cylindrical-coordinate representation of color #453FCB: hue angle of 242.57º 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 #453FCB is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 63 | 203 | - |
| CMYK | 0.66 | 0.69 | 0 | 0.20 |
| HSL | 242.57º | 0.57% | 0.52% | - |
| HSV(B) | 242.57º | 0.69% | 0.8% | - |
| XYZ | 15.01 | 9.13 | 57.47 | - |
| YUV | 80.75 | 196.99 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 63 | 203 | 0.66 | 0.69 | 0 | 0.20 | 242.57 | 0.57 | 0.52 |
| Hex | 45 | 3F | CB | 42 | 45 | 0 | 14 | F3 | 39 | 34 |
| Octal | 105 | 77 | 313 | 102 | 105 | 0 | 24 | 363 | 71 | 64 |
| Binary | 1000101 | 111111 | 11001011 | 1000010 | 1000101 | 0 | 10100 | 11110011 | 111001 | 110100 |
Color Harmonies of #453FCB
Complementary color
Monochromatic Colors of #453FCB
Black with #453FCB
Text Example
Text Example
White with #453FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453FCB; }
p { color: rgb(69,63,203); }
H1.HeaderClassName
{
color: #453FCB;
}
.AnyTagClassName
{
color: #453FCB;
}
</style>
background-color css
<style>
a { background-color: #453FCB; }
a { background-color: rgb(69,63,203); }
div.DivClassName
{
background-color: #453FCB;
}
.BgClassName
{
background-color: #453FCB;
}
</style>
border-color css
<style>
span { border-color: #453FCB; }
span { border-color: rgb(69,63,203); }
td.TdClassName
{
border-color: #453FCB;
}
.TagClassName
{
border-color: #453FCB;
}
</style>