Shades of Persian Blue #273ADF
Tints of Persian Blue #273ADF
RGB
CMYK
RGB Variations
Color information
#273ADF (or 0x273ADF) is known color: Persian Blue. HEX triplet: 27, 3A and DF. RGB value is (39,58,223). Sum of RGB (Red+Green+Blue) = 39+58+223=320 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.19% from 320); Green value is 58 (23.05% from 255 or 18.12% from 320); Blue value is 223 (87.5% from 255 or 69.69% from 320); Max value from RGB is 223 - color contains mainly: blue. Hex color #273ADF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273ADF is #D8C520. Grayscale: #464646. Windows color (decimal): -14206241 or 14629415. OLE color: 14629415.
HSL color Cylindrical-coordinate representation of color #273ADF: hue angle of 233.8º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #273ADF is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 58 | 223 | - |
| CMYK | 0.83 | 0.74 | 0 | 0.13 |
| HSL | 233.8º | 0.74% | 0.51% | - |
| HSV(B) | 233.8º | 0.83% | 0.87% | - |
| XYZ | 15.67 | 8.79 | 70.68 | - |
| YUV | 71.13 | 213.71 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 58 | 223 | 0.83 | 0.74 | 0 | 0.13 | 233.8 | 0.74 | 0.51 |
| Hex | 27 | 3A | DF | 53 | 4A | 0 | D | EA | 4A | 33 |
| Octal | 47 | 72 | 337 | 123 | 112 | 0 | 15 | 352 | 112 | 63 |
| Binary | 100111 | 111010 | 11011111 | 1010011 | 1001010 | 0 | 1101 | 11101010 | 1001010 | 110011 |
Color Harmonies of #273ADF
Complementary color
Monochromatic Colors of #273ADF
Black with #273ADF
Text Example
Text Example
White with #273ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273ADF; }
p { color: rgb(39,58,223); }
H1.HeaderClassName
{
color: #273ADF;
}
.AnyTagClassName
{
color: #273ADF;
}
</style>
background-color css
<style>
a { background-color: #273ADF; }
a { background-color: rgb(39,58,223); }
div.DivClassName
{
background-color: #273ADF;
}
.BgClassName
{
background-color: #273ADF;
}
</style>
border-color css
<style>
span { border-color: #273ADF; }
span { border-color: rgb(39,58,223); }
td.TdClassName
{
border-color: #273ADF;
}
.TagClassName
{
border-color: #273ADF;
}
</style>