Shades of Free Speech Blue #434FC4
Tints of Free Speech Blue #434FC4
RGB
CMYK
RGB Variations
Color information
#434FC4 (or 0x434FC4) is known color: Free Speech Blue. HEX triplet: 43, 4F and C4. RGB value is (67,79,196). Sum of RGB (Red+Green+Blue) = 67+79+196=342 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.59% from 342); Green value is 79 (31.25% from 255 or 23.10% from 342); Blue value is 196 (76.95% from 255 or 57.31% from 342); Max value from RGB is 196 - color contains mainly: blue. Hex color #434FC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #434FC4 is #BCB03B. Grayscale: #585858. Windows color (decimal): -12365884 or 12865347. OLE color: 12865347.
HSL color Cylindrical-coordinate representation of color #434FC4: hue angle of 234.42º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #434FC4 is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 67 | 79 | 196 | - |
| CMYK | 0.66 | 0.60 | 0 | 0.23 |
| HSL | 234.42º | 0.52% | 0.52% | - |
| HSV(B) | 234.42º | 0.66% | 0.77% | - |
| XYZ | 15.07 | 10.77 | 53.51 | - |
| YUV | 88.75 | 188.52 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 79 | 196 | 0.66 | 0.60 | 0 | 0.23 | 234.42 | 0.52 | 0.52 |
| Hex | 43 | 4F | C4 | 42 | 3C | 0 | 17 | EA | 34 | 34 |
| Octal | 103 | 117 | 304 | 102 | 74 | 0 | 27 | 352 | 64 | 64 |
| Binary | 1000011 | 1001111 | 11000100 | 1000010 | 111100 | 0 | 10111 | 11101010 | 110100 | 110100 |
Color Harmonies of #434FC4
Complementary color
Monochromatic Colors of #434FC4
Black with #434FC4
Text Example
Text Example
White with #434FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434FC4; }
p { color: rgb(67,79,196); }
H1.HeaderClassName
{
color: #434FC4;
}
.AnyTagClassName
{
color: #434FC4;
}
</style>
background-color css
<style>
a { background-color: #434FC4; }
a { background-color: rgb(67,79,196); }
div.DivClassName
{
background-color: #434FC4;
}
.BgClassName
{
background-color: #434FC4;
}
</style>
border-color css
<style>
span { border-color: #434FC4; }
span { border-color: rgb(67,79,196); }
td.TdClassName
{
border-color: #434FC4;
}
.TagClassName
{
border-color: #434FC4;
}
</style>