Shades of Free Speech Blue #435CCB
Tints of Free Speech Blue #435CCB
RGB
CMYK
RGB Variations
Color information
#435CCB (or 0x435CCB) is known color: Free Speech Blue. HEX triplet: 43, 5C and CB. RGB value is (67,92,203). Sum of RGB (Red+Green+Blue) = 67+92+203=362 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.51% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 203 (79.69% from 255 or 56.08% from 362); Max value from RGB is 203 - color contains mainly: blue. Hex color #435CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #435CCB is #BCA334. Grayscale: #606060. Windows color (decimal): -12362549 or 13327427. OLE color: 13327427.
HSL color Cylindrical-coordinate representation of color #435CCB: hue angle of 228.97º 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 #435CCB is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 92 | 203 | - |
| CMYK | 0.67 | 0.55 | 0 | 0.20 |
| HSL | 228.97º | 0.57% | 0.53% | - |
| HSV(B) | 228.97º | 0.67% | 0.8% | - |
| XYZ | 16.92 | 13.16 | 58.15 | - |
| YUV | 97.18 | 187.72 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 92 | 203 | 0.67 | 0.55 | 0 | 0.20 | 228.97 | 0.57 | 0.53 |
| Hex | 43 | 5C | CB | 43 | 37 | 0 | 14 | E5 | 39 | 35 |
| Octal | 103 | 134 | 313 | 103 | 67 | 0 | 24 | 345 | 71 | 65 |
| Binary | 1000011 | 1011100 | 11001011 | 1000011 | 110111 | 0 | 10100 | 11100101 | 111001 | 110101 |
Color Harmonies of #435CCB
Complementary color
Monochromatic Colors of #435CCB
Black with #435CCB
Text Example
Text Example
White with #435CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435CCB; }
p { color: rgb(67,92,203); }
H1.HeaderClassName
{
color: #435CCB;
}
.AnyTagClassName
{
color: #435CCB;
}
</style>
background-color css
<style>
a { background-color: #435CCB; }
a { background-color: rgb(67,92,203); }
div.DivClassName
{
background-color: #435CCB;
}
.BgClassName
{
background-color: #435CCB;
}
</style>
border-color css
<style>
span { border-color: #435CCB; }
span { border-color: rgb(67,92,203); }
td.TdClassName
{
border-color: #435CCB;
}
.TagClassName
{
border-color: #435CCB;
}
</style>