Shades of Persian Blue #273CB4
Tints of Persian Blue #273CB4
RGB
CMYK
RGB Variations
Color information
#273CB4 (or 0x273CB4) is known color: Persian Blue. HEX triplet: 27, 3C and B4. RGB value is (39,60,180). Sum of RGB (Red+Green+Blue) = 39+60+180=279 (36% of max value = 765). Red value is 39 (15.62% from 255 or 13.98% from 279); Green value is 60 (23.83% from 255 or 21.51% from 279); Blue value is 180 (70.70% from 255 or 64.52% from 279); Max value from RGB is 180 - color contains mainly: blue. Hex color #273CB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273CB4 is #D8C34B. Grayscale: #424242. Windows color (decimal): -14205772 or 11811879. OLE color: 11811879.
HSL color Cylindrical-coordinate representation of color #273CB4: hue angle of 231.06º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #273CB4 is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 39 | 60 | 180 | - |
| CMYK | 0.78 | 0.67 | 0 | 0.29 |
| HSL | 231.06º | 0.64% | 0.43% | - |
| HSV(B) | 231.06º | 0.78% | 0.71% | - |
| XYZ | 10.69 | 6.96 | 43.96 | - |
| YUV | 67.4 | 191.54 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 60 | 180 | 0.78 | 0.67 | 0 | 0.29 | 231.06 | 0.64 | 0.43 |
| Hex | 27 | 3C | B4 | 4E | 43 | 0 | 1D | E7 | 40 | 2B |
| Octal | 47 | 74 | 264 | 116 | 103 | 0 | 35 | 347 | 100 | 53 |
| Binary | 100111 | 111100 | 10110100 | 1001110 | 1000011 | 0 | 11101 | 11100111 | 1000000 | 101011 |
Color Harmonies of #273CB4
Complementary color
Monochromatic Colors of #273CB4
Black with #273CB4
Text Example
Text Example
White with #273CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273CB4; }
p { color: rgb(39,60,180); }
H1.HeaderClassName
{
color: #273CB4;
}
.AnyTagClassName
{
color: #273CB4;
}
</style>
background-color css
<style>
a { background-color: #273CB4; }
a { background-color: rgb(39,60,180); }
div.DivClassName
{
background-color: #273CB4;
}
.BgClassName
{
background-color: #273CB4;
}
</style>
border-color css
<style>
span { border-color: #273CB4; }
span { border-color: rgb(39,60,180); }
td.TdClassName
{
border-color: #273CB4;
}
.TagClassName
{
border-color: #273CB4;
}
</style>