Shades of Free Speech Blue #435DD2
Tints of Free Speech Blue #435DD2
RGB
CMYK
RGB Variations
Color information
#435DD2 (or 0x435DD2) is known color: Free Speech Blue. HEX triplet: 43, 5D and D2. RGB value is (67,93,210). Sum of RGB (Red+Green+Blue) = 67+93+210=370 (49% of max value = 765). Red value is 67 (26.56% from 255 or 18.11% from 370); Green value is 93 (36.72% from 255 or 25.14% from 370); Blue value is 210 (82.42% from 255 or 56.76% from 370); Max value from RGB is 210 - color contains mainly: blue. Hex color #435DD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #435DD2 is #BCA22D. Grayscale: #626262. Windows color (decimal): -12362286 or 13786435. OLE color: 13786435.
HSL color Cylindrical-coordinate representation of color #435DD2: hue angle of 229.09º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #435DD2 is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 67 | 93 | 210 | - |
| CMYK | 0.68 | 0.56 | 0 | 0.18 |
| HSL | 229.09º | 0.61% | 0.54% | - |
| HSV(B) | 229.09º | 0.68% | 0.82% | - |
| XYZ | 17.86 | 13.68 | 62.67 | - |
| YUV | 98.56 | 190.89 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 93 | 210 | 0.68 | 0.56 | 0 | 0.18 | 229.09 | 0.61 | 0.54 |
| Hex | 43 | 5D | D2 | 44 | 38 | 0 | 12 | E5 | 3D | 36 |
| Octal | 103 | 135 | 322 | 104 | 70 | 0 | 22 | 345 | 75 | 66 |
| Binary | 1000011 | 1011101 | 11010010 | 1000100 | 111000 | 0 | 10010 | 11100101 | 111101 | 110110 |
Color Harmonies of #435DD2
Complementary color
Monochromatic Colors of #435DD2
Black with #435DD2
Text Example
Text Example
White with #435DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435DD2; }
p { color: rgb(67,93,210); }
H1.HeaderClassName
{
color: #435DD2;
}
.AnyTagClassName
{
color: #435DD2;
}
</style>
background-color css
<style>
a { background-color: #435DD2; }
a { background-color: rgb(67,93,210); }
div.DivClassName
{
background-color: #435DD2;
}
.BgClassName
{
background-color: #435DD2;
}
</style>
border-color css
<style>
span { border-color: #435DD2; }
span { border-color: rgb(67,93,210); }
td.TdClassName
{
border-color: #435DD2;
}
.TagClassName
{
border-color: #435DD2;
}
</style>