Shades of Free Speech Blue #434AB8
Tints of Free Speech Blue #434AB8
RGB
CMYK
RGB Variations
Color information
#434AB8 (or 0x434AB8) is known color: Free Speech Blue. HEX triplet: 43, 4A and B8. RGB value is (67,74,184). Sum of RGB (Red+Green+Blue) = 67+74+184=325 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.62% from 325); Green value is 74 (29.30% from 255 or 22.77% from 325); Blue value is 184 (72.27% from 255 or 56.62% from 325); Max value from RGB is 184 - color contains mainly: blue. Hex color #434AB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #434AB8 is #BCB547. Grayscale: #535353. Windows color (decimal): -12367176 or 12077635. OLE color: 12077635.
HSL color Cylindrical-coordinate representation of color #434AB8: hue angle of 236.41º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #434AB8 is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 67 | 74 | 184 | - |
| CMYK | 0.64 | 0.60 | 0 | 0.28 |
| HSL | 236.41º | 0.47% | 0.49% | - |
| HSV(B) | 236.41º | 0.64% | 0.72% | - |
| XYZ | 13.42 | 9.55 | 46.48 | - |
| YUV | 84.45 | 184.18 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 74 | 184 | 0.64 | 0.60 | 0 | 0.28 | 236.41 | 0.47 | 0.49 |
| Hex | 43 | 4A | B8 | 40 | 3C | 0 | 1C | EC | 2F | 31 |
| Octal | 103 | 112 | 270 | 100 | 74 | 0 | 34 | 354 | 57 | 61 |
| Binary | 1000011 | 1001010 | 10111000 | 1000000 | 111100 | 0 | 11100 | 11101100 | 101111 | 110001 |
Color Harmonies of #434AB8
Complementary color
Monochromatic Colors of #434AB8
Black with #434AB8
Text Example
Text Example
White with #434AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434AB8; }
p { color: rgb(67,74,184); }
H1.HeaderClassName
{
color: #434AB8;
}
.AnyTagClassName
{
color: #434AB8;
}
</style>
background-color css
<style>
a { background-color: #434AB8; }
a { background-color: rgb(67,74,184); }
div.DivClassName
{
background-color: #434AB8;
}
.BgClassName
{
background-color: #434AB8;
}
</style>
border-color css
<style>
span { border-color: #434AB8; }
span { border-color: rgb(67,74,184); }
td.TdClassName
{
border-color: #434AB8;
}
.TagClassName
{
border-color: #434AB8;
}
</style>