Shades of Persian Blue #273FD2
Tints of Persian Blue #273FD2
RGB
CMYK
RGB Variations
Color information
#273FD2 (or 0x273FD2) is known color: Persian Blue. HEX triplet: 27, 3F and D2. RGB value is (39,63,210). Sum of RGB (Red+Green+Blue) = 39+63+210=312 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.5% from 312); Green value is 63 (25% from 255 or 20.19% from 312); Blue value is 210 (82.42% from 255 or 67.31% from 312); Max value from RGB is 210 - color contains mainly: blue. Hex color #273FD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273FD2 is #D8C02D. Grayscale: #474747. Windows color (decimal): -14204974 or 13778727. OLE color: 13778727.
HSL color Cylindrical-coordinate representation of color #273FD2: hue angle of 231.58º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #273FD2 is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 39 | 63 | 210 | - |
| CMYK | 0.81 | 0.70 | 0 | 0.18 |
| HSL | 231.58º | 0.69% | 0.49% | - |
| HSV(B) | 231.58º | 0.81% | 0.82% | - |
| XYZ | 14.25 | 8.64 | 61.89 | - |
| YUV | 72.58 | 205.55 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 63 | 210 | 0.81 | 0.70 | 0 | 0.18 | 231.58 | 0.69 | 0.49 |
| Hex | 27 | 3F | D2 | 51 | 46 | 0 | 12 | E8 | 45 | 31 |
| Octal | 47 | 77 | 322 | 121 | 106 | 0 | 22 | 350 | 105 | 61 |
| Binary | 100111 | 111111 | 11010010 | 1010001 | 1000110 | 0 | 10010 | 11101000 | 1000101 | 110001 |
Color Harmonies of #273FD2
Complementary color
Monochromatic Colors of #273FD2
Black with #273FD2
Text Example
Text Example
White with #273FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273FD2; }
p { color: rgb(39,63,210); }
H1.HeaderClassName
{
color: #273FD2;
}
.AnyTagClassName
{
color: #273FD2;
}
</style>
background-color css
<style>
a { background-color: #273FD2; }
a { background-color: rgb(39,63,210); }
div.DivClassName
{
background-color: #273FD2;
}
.BgClassName
{
background-color: #273FD2;
}
</style>
border-color css
<style>
span { border-color: #273FD2; }
span { border-color: rgb(39,63,210); }
td.TdClassName
{
border-color: #273FD2;
}
.TagClassName
{
border-color: #273FD2;
}
</style>