Shades of Free Speech Blue #4338BD
Tints of Free Speech Blue #4338BD
RGB
CMYK
RGB Variations
Color information
#4338BD (or 0x4338BD) is known color: Free Speech Blue. HEX triplet: 43, 38 and BD. RGB value is (67,56,189). Sum of RGB (Red+Green+Blue) = 67+56+189=312 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.47% from 312); Green value is 56 (22.27% from 255 or 17.95% from 312); Blue value is 189 (74.22% from 255 or 60.58% from 312); Max value from RGB is 189 - color contains mainly: blue. Hex color #4338BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4338BD is #BCC742. Grayscale: #494949. Windows color (decimal): -12371779 or 12400707. OLE color: 12400707.
HSL color Cylindrical-coordinate representation of color #4338BD: hue angle of 244.96º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4338BD is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 56 | 189 | - |
| CMYK | 0.65 | 0.70 | 0 | 0.26 |
| HSL | 244.96º | 0.54% | 0.48% | - |
| HSV(B) | 244.96º | 0.7% | 0.74% | - |
| XYZ | 12.91 | 7.7 | 48.95 | - |
| YUV | 74.45 | 192.64 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 56 | 189 | 0.65 | 0.70 | 0 | 0.26 | 244.96 | 0.54 | 0.48 |
| Hex | 43 | 38 | BD | 41 | 46 | 0 | 1A | F5 | 36 | 30 |
| Octal | 103 | 70 | 275 | 101 | 106 | 0 | 32 | 365 | 66 | 60 |
| Binary | 1000011 | 111000 | 10111101 | 1000001 | 1000110 | 0 | 11010 | 11110101 | 110110 | 110000 |
Color Harmonies of #4338BD
Complementary color
Monochromatic Colors of #4338BD
Black with #4338BD
Text Example
Text Example
White with #4338BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4338BD; }
p { color: rgb(67,56,189); }
H1.HeaderClassName
{
color: #4338BD;
}
.AnyTagClassName
{
color: #4338BD;
}
</style>
background-color css
<style>
a { background-color: #4338BD; }
a { background-color: rgb(67,56,189); }
div.DivClassName
{
background-color: #4338BD;
}
.BgClassName
{
background-color: #4338BD;
}
</style>
border-color css
<style>
span { border-color: #4338BD; }
span { border-color: rgb(67,56,189); }
td.TdClassName
{
border-color: #4338BD;
}
.TagClassName
{
border-color: #4338BD;
}
</style>