Shades of Free Speech Blue #4362CB
Tints of Free Speech Blue #4362CB
RGB
CMYK
RGB Variations
Color information
#4362CB (or 0x4362CB) is known color: Free Speech Blue. HEX triplet: 43, 62 and CB. RGB value is (67,98,203). Sum of RGB (Red+Green+Blue) = 67+98+203=368 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.21% from 368); Green value is 98 (38.67% from 255 or 26.63% from 368); Blue value is 203 (79.69% from 255 or 55.16% from 368); Max value from RGB is 203 - color contains mainly: blue. Hex color #4362CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4362CB is #BC9D34. Grayscale: #646464. Windows color (decimal): -12361013 or 13328963. OLE color: 13328963.
HSL color Cylindrical-coordinate representation of color #4362CB: hue angle of 226.32º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4362CB is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 98 | 203 | - |
| CMYK | 0.67 | 0.52 | 0 | 0.20 |
| HSL | 226.32º | 0.57% | 0.53% | - |
| HSV(B) | 226.32º | 0.67% | 0.8% | - |
| XYZ | 17.46 | 14.24 | 58.33 | - |
| YUV | 100.7 | 185.73 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 98 | 203 | 0.67 | 0.52 | 0 | 0.20 | 226.32 | 0.57 | 0.53 |
| Hex | 43 | 62 | CB | 43 | 34 | 0 | 14 | E2 | 39 | 35 |
| Octal | 103 | 142 | 313 | 103 | 64 | 0 | 24 | 342 | 71 | 65 |
| Binary | 1000011 | 1100010 | 11001011 | 1000011 | 110100 | 0 | 10100 | 11100010 | 111001 | 110101 |
Color Harmonies of #4362CB
Complementary color
Monochromatic Colors of #4362CB
Black with #4362CB
Text Example
Text Example
White with #4362CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4362CB; }
p { color: rgb(67,98,203); }
H1.HeaderClassName
{
color: #4362CB;
}
.AnyTagClassName
{
color: #4362CB;
}
</style>
background-color css
<style>
a { background-color: #4362CB; }
a { background-color: rgb(67,98,203); }
div.DivClassName
{
background-color: #4362CB;
}
.BgClassName
{
background-color: #4362CB;
}
</style>
border-color css
<style>
span { border-color: #4362CB; }
span { border-color: rgb(67,98,203); }
td.TdClassName
{
border-color: #4362CB;
}
.TagClassName
{
border-color: #4362CB;
}
</style>