Shades of Free Speech Blue #344CCB
Tints of Free Speech Blue #344CCB
RGB
CMYK
RGB Variations
Color information
#344CCB (or 0x344CCB) is known color: Free Speech Blue. HEX triplet: 34, 4C and CB. RGB value is (52,76,203). Sum of RGB (Red+Green+Blue) = 52+76+203=331 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.71% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 203 (79.69% from 255 or 61.33% from 331); Max value from RGB is 203 - color contains mainly: blue. Hex color #344CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #344CCB is #CBB334. Grayscale: #525252. Windows color (decimal): -13349685 or 13323316. OLE color: 13323316.
HSL color Cylindrical-coordinate representation of color #344CCB: hue angle of 230.46º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #344CCB is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 76 | 203 | - |
| CMYK | 0.74 | 0.63 | 0 | 0.20 |
| HSL | 230.46º | 0.59% | 0.5% | - |
| HSV(B) | 230.46º | 0.74% | 0.8% | - |
| XYZ | 14.78 | 10.21 | 57.69 | - |
| YUV | 83.3 | 195.55 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 76 | 203 | 0.74 | 0.63 | 0 | 0.20 | 230.46 | 0.59 | 0.5 |
| Hex | 34 | 4C | CB | 4A | 3F | 0 | 14 | E6 | 3B | 32 |
| Octal | 64 | 114 | 313 | 112 | 77 | 0 | 24 | 346 | 73 | 62 |
| Binary | 110100 | 1001100 | 11001011 | 1001010 | 111111 | 0 | 10100 | 11100110 | 111011 | 110010 |
Color Harmonies of #344CCB
Complementary color
Monochromatic Colors of #344CCB
Black with #344CCB
Text Example
Text Example
White with #344CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344CCB; }
p { color: rgb(52,76,203); }
H1.HeaderClassName
{
color: #344CCB;
}
.AnyTagClassName
{
color: #344CCB;
}
</style>
background-color css
<style>
a { background-color: #344CCB; }
a { background-color: rgb(52,76,203); }
div.DivClassName
{
background-color: #344CCB;
}
.BgClassName
{
background-color: #344CCB;
}
</style>
border-color css
<style>
span { border-color: #344CCB; }
span { border-color: rgb(52,76,203); }
td.TdClassName
{
border-color: #344CCB;
}
.TagClassName
{
border-color: #344CCB;
}
</style>