Shades of Free Speech Blue #435ACB
Tints of Free Speech Blue #435ACB
RGB
CMYK
RGB Variations
Color information
#435ACB (or 0x435ACB) is known color: Free Speech Blue. HEX triplet: 43, 5A and CB. RGB value is (67,90,203). Sum of RGB (Red+Green+Blue) = 67+90+203=360 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.61% from 360); Green value is 90 (35.55% from 255 or 25% from 360); Blue value is 203 (79.69% from 255 or 56.39% from 360); Max value from RGB is 203 - color contains mainly: blue. Hex color #435ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #435ACB is #BCA534. Grayscale: #5F5F5F. Windows color (decimal): -12363061 or 13326915. OLE color: 13326915.
HSL color Cylindrical-coordinate representation of color #435ACB: hue angle of 229.85º 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 #435ACB is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 90 | 203 | - |
| CMYK | 0.67 | 0.56 | 0 | 0.20 |
| HSL | 229.85º | 0.57% | 0.53% | - |
| HSV(B) | 229.85º | 0.67% | 0.8% | - |
| XYZ | 16.75 | 12.82 | 58.09 | - |
| YUV | 96.01 | 188.38 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 90 | 203 | 0.67 | 0.56 | 0 | 0.20 | 229.85 | 0.57 | 0.53 |
| Hex | 43 | 5A | CB | 43 | 38 | 0 | 14 | E6 | 39 | 35 |
| Octal | 103 | 132 | 313 | 103 | 70 | 0 | 24 | 346 | 71 | 65 |
| Binary | 1000011 | 1011010 | 11001011 | 1000011 | 111000 | 0 | 10100 | 11100110 | 111001 | 110101 |
Color Harmonies of #435ACB
Complementary color
Monochromatic Colors of #435ACB
Black with #435ACB
Text Example
Text Example
White with #435ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435ACB; }
p { color: rgb(67,90,203); }
H1.HeaderClassName
{
color: #435ACB;
}
.AnyTagClassName
{
color: #435ACB;
}
</style>
background-color css
<style>
a { background-color: #435ACB; }
a { background-color: rgb(67,90,203); }
div.DivClassName
{
background-color: #435ACB;
}
.BgClassName
{
background-color: #435ACB;
}
</style>
border-color css
<style>
span { border-color: #435ACB; }
span { border-color: rgb(67,90,203); }
td.TdClassName
{
border-color: #435ACB;
}
.TagClassName
{
border-color: #435ACB;
}
</style>