Shades of Free Speech Blue #4365CC
Tints of Free Speech Blue #4365CC
RGB
CMYK
RGB Variations
Color information
#4365CC (or 0x4365CC) is known color: Free Speech Blue. HEX triplet: 43, 65 and CC. RGB value is (67,101,204). Sum of RGB (Red+Green+Blue) = 67+101+204=372 (49% of max value = 765). Red value is 67 (26.56% from 255 or 18.01% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 204 (80.08% from 255 or 54.84% from 372); Max value from RGB is 204 - color contains mainly: blue. Hex color #4365CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4365CC is #BC9A33. Grayscale: #666666. Windows color (decimal): -12360244 or 13395267. OLE color: 13395267.
HSL color Cylindrical-coordinate representation of color #4365CC: hue angle of 225.11º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4365CC is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 67 | 101 | 204 | - |
| CMYK | 0.67 | 0.50 | 0 | 0.2 |
| HSL | 225.11º | 0.57% | 0.53% | - |
| HSV(B) | 225.11º | 0.67% | 0.8% | - |
| XYZ | 17.87 | 14.86 | 59.05 | - |
| YUV | 102.58 | 185.24 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 101 | 204 | 0.67 | 0.50 | 0 | 0.2 | 225.11 | 0.57 | 0.53 |
| Hex | 43 | 65 | CC | 43 | 32 | 0 | 14 | E1 | 39 | 35 |
| Octal | 103 | 145 | 314 | 103 | 62 | 0 | 24 | 341 | 71 | 65 |
| Binary | 1000011 | 1100101 | 11001100 | 1000011 | 110010 | 0 | 10100 | 11100001 | 111001 | 110101 |
Color Harmonies of #4365CC
Complementary color
Monochromatic Colors of #4365CC
Black with #4365CC
Text Example
Text Example
White with #4365CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4365CC; }
p { color: rgb(67,101,204); }
H1.HeaderClassName
{
color: #4365CC;
}
.AnyTagClassName
{
color: #4365CC;
}
</style>
background-color css
<style>
a { background-color: #4365CC; }
a { background-color: rgb(67,101,204); }
div.DivClassName
{
background-color: #4365CC;
}
.BgClassName
{
background-color: #4365CC;
}
</style>
border-color css
<style>
span { border-color: #4365CC; }
span { border-color: rgb(67,101,204); }
td.TdClassName
{
border-color: #4365CC;
}
.TagClassName
{
border-color: #4365CC;
}
</style>