Shades of Free Speech Blue #433CDA
Tints of Free Speech Blue #433CDA
RGB
CMYK
RGB Variations
Color information
#433CDA (or 0x433CDA) is known color: Free Speech Blue. HEX triplet: 43, 3C and DA. RGB value is (67,60,218). Sum of RGB (Red+Green+Blue) = 67+60+218=345 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.42% from 345); Green value is 60 (23.83% from 255 or 17.39% from 345); Blue value is 218 (85.55% from 255 or 63.19% from 345); Max value from RGB is 218 - color contains mainly: blue. Hex color #433CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #433CDA is #BCC325. Grayscale: #4F4F4F. Windows color (decimal): -12370726 or 14302275. OLE color: 14302275.
HSL color Cylindrical-coordinate representation of color #433CDA: hue angle of 242.66º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #433CDA is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 67 | 60 | 218 | - |
| CMYK | 0.69 | 0.72 | 0 | 0.15 |
| HSL | 242.66º | 0.68% | 0.55% | - |
| HSV(B) | 242.66º | 0.72% | 0.85% | - |
| XYZ | 16.59 | 9.49 | 67.29 | - |
| YUV | 80.11 | 205.82 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 60 | 218 | 0.69 | 0.72 | 0 | 0.15 | 242.66 | 0.68 | 0.55 |
| Hex | 43 | 3C | DA | 45 | 48 | 0 | F | F3 | 44 | 37 |
| Octal | 103 | 74 | 332 | 105 | 110 | 0 | 17 | 363 | 104 | 67 |
| Binary | 1000011 | 111100 | 11011010 | 1000101 | 1001000 | 0 | 1111 | 11110011 | 1000100 | 110111 |
Color Harmonies of #433CDA
Complementary color
Monochromatic Colors of #433CDA
Black with #433CDA
Text Example
Text Example
White with #433CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433CDA; }
p { color: rgb(67,60,218); }
H1.HeaderClassName
{
color: #433CDA;
}
.AnyTagClassName
{
color: #433CDA;
}
</style>
background-color css
<style>
a { background-color: #433CDA; }
a { background-color: rgb(67,60,218); }
div.DivClassName
{
background-color: #433CDA;
}
.BgClassName
{
background-color: #433CDA;
}
</style>
border-color css
<style>
span { border-color: #433CDA; }
span { border-color: rgb(67,60,218); }
td.TdClassName
{
border-color: #433CDA;
}
.TagClassName
{
border-color: #433CDA;
}
</style>