Shades of Free Speech Blue #434ABA
Tints of Free Speech Blue #434ABA
RGB
CMYK
RGB Variations
Color information
#434ABA (or 0x434ABA) is known color: Free Speech Blue. HEX triplet: 43, 4A and BA. RGB value is (67,74,186). Sum of RGB (Red+Green+Blue) = 67+74+186=327 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.49% from 327); Green value is 74 (29.30% from 255 or 22.63% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #434ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #434ABA is #BCB545. Grayscale: #545454. Windows color (decimal): -12367174 or 12208707. OLE color: 12208707.
HSL color Cylindrical-coordinate representation of color #434ABA: hue angle of 236.47º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #434ABA is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 74 | 186 | - |
| CMYK | 0.64 | 0.60 | 0 | 0.27 |
| HSL | 236.47º | 0.47% | 0.5% | - |
| HSV(B) | 236.47º | 0.64% | 0.73% | - |
| XYZ | 13.63 | 9.64 | 47.6 | - |
| YUV | 84.68 | 185.18 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 74 | 186 | 0.64 | 0.60 | 0 | 0.27 | 236.47 | 0.47 | 0.5 |
| Hex | 43 | 4A | BA | 40 | 3C | 0 | 1B | EC | 2F | 32 |
| Octal | 103 | 112 | 272 | 100 | 74 | 0 | 33 | 354 | 57 | 62 |
| Binary | 1000011 | 1001010 | 10111010 | 1000000 | 111100 | 0 | 11011 | 11101100 | 101111 | 110010 |
Color Harmonies of #434ABA
Complementary color
Monochromatic Colors of #434ABA
Black with #434ABA
Text Example
Text Example
White with #434ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434ABA; }
p { color: rgb(67,74,186); }
H1.HeaderClassName
{
color: #434ABA;
}
.AnyTagClassName
{
color: #434ABA;
}
</style>
background-color css
<style>
a { background-color: #434ABA; }
a { background-color: rgb(67,74,186); }
div.DivClassName
{
background-color: #434ABA;
}
.BgClassName
{
background-color: #434ABA;
}
</style>
border-color css
<style>
span { border-color: #434ABA; }
span { border-color: rgb(67,74,186); }
td.TdClassName
{
border-color: #434ABA;
}
.TagClassName
{
border-color: #434ABA;
}
</style>