Shades of Free Speech Blue #434BCE
Tints of Free Speech Blue #434BCE
RGB
CMYK
RGB Variations
Color information
#434BCE (or 0x434BCE) is known color: Free Speech Blue. HEX triplet: 43, 4B and CE. RGB value is (67,75,206). Sum of RGB (Red+Green+Blue) = 67+75+206=348 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.25% from 348); Green value is 75 (29.69% from 255 or 21.55% from 348); Blue value is 206 (80.86% from 255 or 59.20% from 348); Max value from RGB is 206 - color contains mainly: blue. Hex color #434BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #434BCE is #BCB431. Grayscale: #575757. Windows color (decimal): -12366898 or 13519683. OLE color: 13519683.
HSL color Cylindrical-coordinate representation of color #434BCE: hue angle of 236.55º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #434BCE is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 75 | 206 | - |
| CMYK | 0.67 | 0.64 | 0 | 0.19 |
| HSL | 236.55º | 0.59% | 0.54% | - |
| HSV(B) | 236.55º | 0.67% | 0.81% | - |
| XYZ | 15.97 | 10.68 | 59.61 | - |
| YUV | 87.54 | 194.85 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 75 | 206 | 0.67 | 0.64 | 0 | 0.19 | 236.55 | 0.59 | 0.54 |
| Hex | 43 | 4B | CE | 43 | 40 | 0 | 13 | ED | 3B | 36 |
| Octal | 103 | 113 | 316 | 103 | 100 | 0 | 23 | 355 | 73 | 66 |
| Binary | 1000011 | 1001011 | 11001110 | 1000011 | 1000000 | 0 | 10011 | 11101101 | 111011 | 110110 |
Color Harmonies of #434BCE
Complementary color
Monochromatic Colors of #434BCE
Black with #434BCE
Text Example
Text Example
White with #434BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434BCE; }
p { color: rgb(67,75,206); }
H1.HeaderClassName
{
color: #434BCE;
}
.AnyTagClassName
{
color: #434BCE;
}
</style>
background-color css
<style>
a { background-color: #434BCE; }
a { background-color: rgb(67,75,206); }
div.DivClassName
{
background-color: #434BCE;
}
.BgClassName
{
background-color: #434BCE;
}
</style>
border-color css
<style>
span { border-color: #434BCE; }
span { border-color: rgb(67,75,206); }
td.TdClassName
{
border-color: #434BCE;
}
.TagClassName
{
border-color: #434BCE;
}
</style>