Shades of Free Speech Blue #4362CC
Tints of Free Speech Blue #4362CC
RGB
CMYK
RGB Variations
Color information
#4362CC (or 0x4362CC) is known color: Free Speech Blue. HEX triplet: 43, 62 and CC. RGB value is (67,98,204). Sum of RGB (Red+Green+Blue) = 67+98+204=369 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.16% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #4362CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4362CC is #BC9D33. Grayscale: #646464. Windows color (decimal): -12361012 or 13394499. OLE color: 13394499.
HSL color Cylindrical-coordinate representation of color #4362CC: hue angle of 226.42º 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 #4362CC is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 67 | 98 | 204 | - |
| CMYK | 0.67 | 0.52 | 0 | 0.2 |
| HSL | 226.42º | 0.57% | 0.53% | - |
| HSV(B) | 226.42º | 0.67% | 0.8% | - |
| XYZ | 17.58 | 14.29 | 58.96 | - |
| YUV | 100.82 | 186.23 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 98 | 204 | 0.67 | 0.52 | 0 | 0.2 | 226.42 | 0.57 | 0.53 |
| Hex | 43 | 62 | CC | 43 | 34 | 0 | 14 | E2 | 39 | 35 |
| Octal | 103 | 142 | 314 | 103 | 64 | 0 | 24 | 342 | 71 | 65 |
| Binary | 1000011 | 1100010 | 11001100 | 1000011 | 110100 | 0 | 10100 | 11100010 | 111001 | 110101 |
Color Harmonies of #4362CC
Complementary color
Monochromatic Colors of #4362CC
Black with #4362CC
Text Example
Text Example
White with #4362CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4362CC; }
p { color: rgb(67,98,204); }
H1.HeaderClassName
{
color: #4362CC;
}
.AnyTagClassName
{
color: #4362CC;
}
</style>
background-color css
<style>
a { background-color: #4362CC; }
a { background-color: rgb(67,98,204); }
div.DivClassName
{
background-color: #4362CC;
}
.BgClassName
{
background-color: #4362CC;
}
</style>
border-color css
<style>
span { border-color: #4362CC; }
span { border-color: rgb(67,98,204); }
td.TdClassName
{
border-color: #4362CC;
}
.TagClassName
{
border-color: #4362CC;
}
</style>