Shades of Persian Blue #273AC5
Tints of Persian Blue #273AC5
RGB
CMYK
RGB Variations
Color information
#273AC5 (or 0x273AC5) is known color: Persian Blue. HEX triplet: 27, 3A and C5. RGB value is (39,58,197). Sum of RGB (Red+Green+Blue) = 39+58+197=294 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.27% from 294); Green value is 58 (23.05% from 255 or 19.73% from 294); Blue value is 197 (77.34% from 255 or 67.01% from 294); Max value from RGB is 197 - color contains mainly: blue. Hex color #273AC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273AC5 is #D8C53A. Grayscale: #434343. Windows color (decimal): -14206267 or 12925479. OLE color: 12925479.
HSL color Cylindrical-coordinate representation of color #273AC5: hue angle of 232.78º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #273AC5 is Cyan = 0.80, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 39 | 58 | 197 | - |
| CMYK | 0.80 | 0.71 | 0 | 0.23 |
| HSL | 232.78º | 0.67% | 0.46% | - |
| HSV(B) | 232.78º | 0.8% | 0.77% | - |
| XYZ | 12.43 | 7.49 | 53.61 | - |
| YUV | 68.17 | 200.71 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 58 | 197 | 0.80 | 0.71 | 0 | 0.23 | 232.78 | 0.67 | 0.46 |
| Hex | 27 | 3A | C5 | 50 | 47 | 0 | 17 | E9 | 43 | 2E |
| Octal | 47 | 72 | 305 | 120 | 107 | 0 | 27 | 351 | 103 | 56 |
| Binary | 100111 | 111010 | 11000101 | 1010000 | 1000111 | 0 | 10111 | 11101001 | 1000011 | 101110 |
Color Harmonies of #273AC5
Complementary color
Monochromatic Colors of #273AC5
Black with #273AC5
Text Example
Text Example
White with #273AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273AC5; }
p { color: rgb(39,58,197); }
H1.HeaderClassName
{
color: #273AC5;
}
.AnyTagClassName
{
color: #273AC5;
}
</style>
background-color css
<style>
a { background-color: #273AC5; }
a { background-color: rgb(39,58,197); }
div.DivClassName
{
background-color: #273AC5;
}
.BgClassName
{
background-color: #273AC5;
}
</style>
border-color css
<style>
span { border-color: #273AC5; }
span { border-color: rgb(39,58,197); }
td.TdClassName
{
border-color: #273AC5;
}
.TagClassName
{
border-color: #273AC5;
}
</style>