Shades of Persian Blue #273DCF
Tints of Persian Blue #273DCF
RGB
CMYK
RGB Variations
Color information
#273DCF (or 0x273DCF) is known color: Persian Blue. HEX triplet: 27, 3D and CF. RGB value is (39,61,207). Sum of RGB (Red+Green+Blue) = 39+61+207=307 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.70% from 307); Green value is 61 (24.22% from 255 or 19.87% from 307); Blue value is 207 (81.25% from 255 or 67.43% from 307); Max value from RGB is 207 - color contains mainly: blue. Hex color #273DCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273DCF is #D8C230. Grayscale: #464646. Windows color (decimal): -14205489 or 13581607. OLE color: 13581607.
HSL color Cylindrical-coordinate representation of color #273DCF: hue angle of 232.14º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #273DCF is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 61 | 207 | - |
| CMYK | 0.81 | 0.71 | 0 | 0.19 |
| HSL | 232.14º | 0.68% | 0.48% | - |
| HSV(B) | 232.14º | 0.81% | 0.81% | - |
| XYZ | 13.77 | 8.27 | 59.9 | - |
| YUV | 71.07 | 204.71 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 61 | 207 | 0.81 | 0.71 | 0 | 0.19 | 232.14 | 0.68 | 0.48 |
| Hex | 27 | 3D | CF | 51 | 47 | 0 | 13 | E8 | 44 | 30 |
| Octal | 47 | 75 | 317 | 121 | 107 | 0 | 23 | 350 | 104 | 60 |
| Binary | 100111 | 111101 | 11001111 | 1010001 | 1000111 | 0 | 10011 | 11101000 | 1000100 | 110000 |
Color Harmonies of #273DCF
Complementary color
Monochromatic Colors of #273DCF
Black with #273DCF
Text Example
Text Example
White with #273DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273DCF; }
p { color: rgb(39,61,207); }
H1.HeaderClassName
{
color: #273DCF;
}
.AnyTagClassName
{
color: #273DCF;
}
</style>
background-color css
<style>
a { background-color: #273DCF; }
a { background-color: rgb(39,61,207); }
div.DivClassName
{
background-color: #273DCF;
}
.BgClassName
{
background-color: #273DCF;
}
</style>
border-color css
<style>
span { border-color: #273DCF; }
span { border-color: rgb(39,61,207); }
td.TdClassName
{
border-color: #273DCF;
}
.TagClassName
{
border-color: #273DCF;
}
</style>