Shades of Free Speech Blue #4361C6
Tints of Free Speech Blue #4361C6
RGB
CMYK
RGB Variations
Color information
#4361C6 (or 0x4361C6) is known color: Free Speech Blue. HEX triplet: 43, 61 and C6. RGB value is (67,97,198). Sum of RGB (Red+Green+Blue) = 67+97+198=362 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.51% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 198 (77.73% from 255 or 54.70% from 362); Max value from RGB is 198 - color contains mainly: blue. Hex color #4361C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4361C6 is #BC9E39. Grayscale: #636363. Windows color (decimal): -12361274 or 13001027. OLE color: 13001027.
HSL color Cylindrical-coordinate representation of color #4361C6: hue angle of 226.26º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4361C6 is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 67 | 97 | 198 | - |
| CMYK | 0.66 | 0.51 | 0 | 0.22 |
| HSL | 226.26º | 0.53% | 0.52% | - |
| HSV(B) | 226.26º | 0.66% | 0.78% | - |
| XYZ | 16.78 | 13.82 | 55.21 | - |
| YUV | 99.54 | 183.56 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 97 | 198 | 0.66 | 0.51 | 0 | 0.22 | 226.26 | 0.53 | 0.52 |
| Hex | 43 | 61 | C6 | 42 | 33 | 0 | 16 | E2 | 35 | 34 |
| Octal | 103 | 141 | 306 | 102 | 63 | 0 | 26 | 342 | 65 | 64 |
| Binary | 1000011 | 1100001 | 11000110 | 1000010 | 110011 | 0 | 10110 | 11100010 | 110101 | 110100 |
Color Harmonies of #4361C6
Complementary color
Monochromatic Colors of #4361C6
Black with #4361C6
Text Example
Text Example
White with #4361C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4361C6; }
p { color: rgb(67,97,198); }
H1.HeaderClassName
{
color: #4361C6;
}
.AnyTagClassName
{
color: #4361C6;
}
</style>
background-color css
<style>
a { background-color: #4361C6; }
a { background-color: rgb(67,97,198); }
div.DivClassName
{
background-color: #4361C6;
}
.BgClassName
{
background-color: #4361C6;
}
</style>
border-color css
<style>
span { border-color: #4361C6; }
span { border-color: rgb(67,97,198); }
td.TdClassName
{
border-color: #4361C6;
}
.TagClassName
{
border-color: #4361C6;
}
</style>