Shades of Free Speech Blue #434CCD
Tints of Free Speech Blue #434CCD
RGB
CMYK
RGB Variations
Color information
#434CCD (or 0x434CCD) is known color: Free Speech Blue. HEX triplet: 43, 4C and CD. RGB value is (67,76,205). Sum of RGB (Red+Green+Blue) = 67+76+205=348 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.25% from 348); Green value is 76 (30.08% from 255 or 21.84% from 348); Blue value is 205 (80.47% from 255 or 58.91% from 348); Max value from RGB is 205 - color contains mainly: blue. Hex color #434CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #434CCD is #BCB332. Grayscale: #575757. Windows color (decimal): -12366643 or 13454403. OLE color: 13454403.
HSL color Cylindrical-coordinate representation of color #434CCD: hue angle of 236.09º degrees, saturation: 0.58, 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 #434CCD is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 76 | 205 | - |
| CMYK | 0.67 | 0.63 | 0 | 0.20 |
| HSL | 236.09º | 0.58% | 0.53% | - |
| HSV(B) | 236.09º | 0.67% | 0.8% | - |
| XYZ | 15.92 | 10.77 | 59 | - |
| YUV | 88.02 | 194.02 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 76 | 205 | 0.67 | 0.63 | 0 | 0.20 | 236.09 | 0.58 | 0.53 |
| Hex | 43 | 4C | CD | 43 | 3F | 0 | 14 | EC | 3A | 35 |
| Octal | 103 | 114 | 315 | 103 | 77 | 0 | 24 | 354 | 72 | 65 |
| Binary | 1000011 | 1001100 | 11001101 | 1000011 | 111111 | 0 | 10100 | 11101100 | 111010 | 110101 |
Color Harmonies of #434CCD
Complementary color
Monochromatic Colors of #434CCD
Black with #434CCD
Text Example
Text Example
White with #434CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434CCD; }
p { color: rgb(67,76,205); }
H1.HeaderClassName
{
color: #434CCD;
}
.AnyTagClassName
{
color: #434CCD;
}
</style>
background-color css
<style>
a { background-color: #434CCD; }
a { background-color: rgb(67,76,205); }
div.DivClassName
{
background-color: #434CCD;
}
.BgClassName
{
background-color: #434CCD;
}
</style>
border-color css
<style>
span { border-color: #434CCD; }
span { border-color: rgb(67,76,205); }
td.TdClassName
{
border-color: #434CCD;
}
.TagClassName
{
border-color: #434CCD;
}
</style>