Shades of Free Speech Blue #434CDC
Tints of Free Speech Blue #434CDC
RGB
CMYK
RGB Variations
Color information
#434CDC (or 0x434CDC) is known color: Free Speech Blue. HEX triplet: 43, 4C and DC. RGB value is (67,76,220). Sum of RGB (Red+Green+Blue) = 67+76+220=363 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.46% from 363); Green value is 76 (30.08% from 255 or 20.94% from 363); Blue value is 220 (86.33% from 255 or 60.61% from 363); Max value from RGB is 220 - color contains mainly: blue. Hex color #434CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #434CDC is #BCB323. Grayscale: #595959. Windows color (decimal): -12366628 or 14437443. OLE color: 14437443.
HSL color Cylindrical-coordinate representation of color #434CDC: hue angle of 236.47º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #434CDC is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 76 | 220 | - |
| CMYK | 0.70 | 0.65 | 0 | 0.14 |
| HSL | 236.47º | 0.69% | 0.56% | - |
| HSV(B) | 236.47º | 0.7% | 0.86% | - |
| XYZ | 17.82 | 11.53 | 69 | - |
| YUV | 89.73 | 201.52 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 76 | 220 | 0.70 | 0.65 | 0 | 0.14 | 236.47 | 0.69 | 0.56 |
| Hex | 43 | 4C | DC | 46 | 41 | 0 | E | EC | 45 | 38 |
| Octal | 103 | 114 | 334 | 106 | 101 | 0 | 16 | 354 | 105 | 70 |
| Binary | 1000011 | 1001100 | 11011100 | 1000110 | 1000001 | 0 | 1110 | 11101100 | 1000101 | 111000 |
Color Harmonies of #434CDC
Complementary color
Monochromatic Colors of #434CDC
Black with #434CDC
Text Example
Text Example
White with #434CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434CDC; }
p { color: rgb(67,76,220); }
H1.HeaderClassName
{
color: #434CDC;
}
.AnyTagClassName
{
color: #434CDC;
}
</style>
background-color css
<style>
a { background-color: #434CDC; }
a { background-color: rgb(67,76,220); }
div.DivClassName
{
background-color: #434CDC;
}
.BgClassName
{
background-color: #434CDC;
}
</style>
border-color css
<style>
span { border-color: #434CDC; }
span { border-color: rgb(67,76,220); }
td.TdClassName
{
border-color: #434CDC;
}
.TagClassName
{
border-color: #434CDC;
}
</style>