Shades of Persian Blue #273AB2
Tints of Persian Blue #273AB2
RGB
CMYK
RGB Variations
Color information
#273AB2 (or 0x273AB2) is known color: Persian Blue. HEX triplet: 27, 3A and B2. RGB value is (39,58,178). Sum of RGB (Red+Green+Blue) = 39+58+178=275 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.18% from 275); Green value is 58 (23.05% from 255 or 21.09% from 275); Blue value is 178 (69.92% from 255 or 64.73% from 275); Max value from RGB is 178 - color contains mainly: blue. Hex color #273AB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273AB2 is #D8C54D. Grayscale: #414141. Windows color (decimal): -14206286 or 11680295. OLE color: 11680295.
HSL color Cylindrical-coordinate representation of color #273AB2: hue angle of 231.8º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #273AB2 is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 39 | 58 | 178 | - |
| CMYK | 0.78 | 0.67 | 0 | 0.30 |
| HSL | 231.8º | 0.64% | 0.43% | - |
| HSV(B) | 231.8º | 0.78% | 0.7% | - |
| XYZ | 10.39 | 6.67 | 42.86 | - |
| YUV | 66 | 191.21 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 58 | 178 | 0.78 | 0.67 | 0 | 0.30 | 231.8 | 0.64 | 0.43 |
| Hex | 27 | 3A | B2 | 4E | 43 | 0 | 1E | E8 | 40 | 2B |
| Octal | 47 | 72 | 262 | 116 | 103 | 0 | 36 | 350 | 100 | 53 |
| Binary | 100111 | 111010 | 10110010 | 1001110 | 1000011 | 0 | 11110 | 11101000 | 1000000 | 101011 |
Color Harmonies of #273AB2
Complementary color
Monochromatic Colors of #273AB2
Black with #273AB2
Text Example
Text Example
White with #273AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273AB2; }
p { color: rgb(39,58,178); }
H1.HeaderClassName
{
color: #273AB2;
}
.AnyTagClassName
{
color: #273AB2;
}
</style>
background-color css
<style>
a { background-color: #273AB2; }
a { background-color: rgb(39,58,178); }
div.DivClassName
{
background-color: #273AB2;
}
.BgClassName
{
background-color: #273AB2;
}
</style>
border-color css
<style>
span { border-color: #273AB2; }
span { border-color: rgb(39,58,178); }
td.TdClassName
{
border-color: #273AB2;
}
.TagClassName
{
border-color: #273AB2;
}
</style>