Shades of Persian Blue #273FC6
Tints of Persian Blue #273FC6
RGB
CMYK
RGB Variations
Color information
#273FC6 (or 0x273FC6) is known color: Persian Blue. HEX triplet: 27, 3F and C6. RGB value is (39,63,198). Sum of RGB (Red+Green+Blue) = 39+63+198=300 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13% from 300); Green value is 63 (25% from 255 or 21% from 300); Blue value is 198 (77.73% from 255 or 66% from 300); Max value from RGB is 198 - color contains mainly: blue. Hex color #273FC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273FC6 is #D8C039. Grayscale: #464646. Windows color (decimal): -14204986 or 12992295. OLE color: 12992295.
HSL color Cylindrical-coordinate representation of color #273FC6: hue angle of 230.94º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #273FC6 is Cyan = 0.80, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 39 | 63 | 198 | - |
| CMYK | 0.80 | 0.68 | 0 | 0.22 |
| HSL | 230.94º | 0.67% | 0.46% | - |
| HSV(B) | 230.94º | 0.8% | 0.78% | - |
| XYZ | 12.81 | 8.06 | 54.31 | - |
| YUV | 71.21 | 199.55 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 63 | 198 | 0.80 | 0.68 | 0 | 0.22 | 230.94 | 0.67 | 0.46 |
| Hex | 27 | 3F | C6 | 50 | 44 | 0 | 16 | E7 | 43 | 2E |
| Octal | 47 | 77 | 306 | 120 | 104 | 0 | 26 | 347 | 103 | 56 |
| Binary | 100111 | 111111 | 11000110 | 1010000 | 1000100 | 0 | 10110 | 11100111 | 1000011 | 101110 |
Color Harmonies of #273FC6
Complementary color
Monochromatic Colors of #273FC6
Black with #273FC6
Text Example
Text Example
White with #273FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273FC6; }
p { color: rgb(39,63,198); }
H1.HeaderClassName
{
color: #273FC6;
}
.AnyTagClassName
{
color: #273FC6;
}
</style>
background-color css
<style>
a { background-color: #273FC6; }
a { background-color: rgb(39,63,198); }
div.DivClassName
{
background-color: #273FC6;
}
.BgClassName
{
background-color: #273FC6;
}
</style>
border-color css
<style>
span { border-color: #273FC6; }
span { border-color: rgb(39,63,198); }
td.TdClassName
{
border-color: #273FC6;
}
.TagClassName
{
border-color: #273FC6;
}
</style>