Shades of Free Speech Blue #4358CA
Tints of Free Speech Blue #4358CA
RGB
CMYK
RGB Variations
Color information
#4358CA (or 0x4358CA) is known color: Free Speech Blue. HEX triplet: 43, 58 and CA. RGB value is (67,88,202). Sum of RGB (Red+Green+Blue) = 67+88+202=357 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.77% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 202 (79.30% from 255 or 56.58% from 357); Max value from RGB is 202 - color contains mainly: blue. Hex color #4358CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4358CA is #BCA735. Grayscale: #5E5E5E. Windows color (decimal): -12363574 or 13260867. OLE color: 13260867.
HSL color Cylindrical-coordinate representation of color #4358CA: hue angle of 230.67º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4358CA is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 67 | 88 | 202 | - |
| CMYK | 0.67 | 0.56 | 0 | 0.21 |
| HSL | 230.67º | 0.56% | 0.53% | - |
| HSV(B) | 230.67º | 0.67% | 0.79% | - |
| XYZ | 16.47 | 12.44 | 57.41 | - |
| YUV | 94.72 | 188.54 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 88 | 202 | 0.67 | 0.56 | 0 | 0.21 | 230.67 | 0.56 | 0.53 |
| Hex | 43 | 58 | CA | 43 | 38 | 0 | 15 | E7 | 38 | 35 |
| Octal | 103 | 130 | 312 | 103 | 70 | 0 | 25 | 347 | 70 | 65 |
| Binary | 1000011 | 1011000 | 11001010 | 1000011 | 111000 | 0 | 10101 | 11100111 | 111000 | 110101 |
Color Harmonies of #4358CA
Complementary color
Monochromatic Colors of #4358CA
Black with #4358CA
Text Example
Text Example
White with #4358CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4358CA; }
p { color: rgb(67,88,202); }
H1.HeaderClassName
{
color: #4358CA;
}
.AnyTagClassName
{
color: #4358CA;
}
</style>
background-color css
<style>
a { background-color: #4358CA; }
a { background-color: rgb(67,88,202); }
div.DivClassName
{
background-color: #4358CA;
}
.BgClassName
{
background-color: #4358CA;
}
</style>
border-color css
<style>
span { border-color: #4358CA; }
span { border-color: rgb(67,88,202); }
td.TdClassName
{
border-color: #4358CA;
}
.TagClassName
{
border-color: #4358CA;
}
</style>