Shades of Persian Blue #273BCF
Tints of Persian Blue #273BCF
RGB
CMYK
RGB Variations
Color information
#273BCF (or 0x273BCF) is known color: Persian Blue. HEX triplet: 27, 3B and CF. RGB value is (39,59,207). Sum of RGB (Red+Green+Blue) = 39+59+207=305 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.79% from 305); Green value is 59 (23.44% from 255 or 19.34% from 305); Blue value is 207 (81.25% from 255 or 67.87% from 305); Max value from RGB is 207 - color contains mainly: blue. Hex color #273BCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273BCF is #D8C430. Grayscale: #454545. Windows color (decimal): -14206001 or 13581095. OLE color: 13581095.
HSL color Cylindrical-coordinate representation of color #273BCF: hue angle of 232.86º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #273BCF is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 59 | 207 | - |
| CMYK | 0.81 | 0.71 | 0 | 0.19 |
| HSL | 232.86º | 0.68% | 0.48% | - |
| HSV(B) | 232.86º | 0.81% | 0.81% | - |
| XYZ | 13.66 | 8.06 | 59.87 | - |
| YUV | 69.89 | 205.37 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 59 | 207 | 0.81 | 0.71 | 0 | 0.19 | 232.86 | 0.68 | 0.48 |
| Hex | 27 | 3B | CF | 51 | 47 | 0 | 13 | E9 | 44 | 30 |
| Octal | 47 | 73 | 317 | 121 | 107 | 0 | 23 | 351 | 104 | 60 |
| Binary | 100111 | 111011 | 11001111 | 1010001 | 1000111 | 0 | 10011 | 11101001 | 1000100 | 110000 |
Color Harmonies of #273BCF
Complementary color
Monochromatic Colors of #273BCF
Black with #273BCF
Text Example
Text Example
White with #273BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273BCF; }
p { color: rgb(39,59,207); }
H1.HeaderClassName
{
color: #273BCF;
}
.AnyTagClassName
{
color: #273BCF;
}
</style>
background-color css
<style>
a { background-color: #273BCF; }
a { background-color: rgb(39,59,207); }
div.DivClassName
{
background-color: #273BCF;
}
.BgClassName
{
background-color: #273BCF;
}
</style>
border-color css
<style>
span { border-color: #273BCF; }
span { border-color: rgb(39,59,207); }
td.TdClassName
{
border-color: #273BCF;
}
.TagClassName
{
border-color: #273BCF;
}
</style>