Shades of Persian Blue #273FCC
Tints of Persian Blue #273FCC
RGB
CMYK
RGB Variations
Color information
#273FCC (or 0x273FCC) is known color: Persian Blue. HEX triplet: 27, 3F and CC. RGB value is (39,63,204). Sum of RGB (Red+Green+Blue) = 39+63+204=306 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.75% from 306); Green value is 63 (25% from 255 or 20.59% from 306); Blue value is 204 (80.08% from 255 or 66.67% from 306); Max value from RGB is 204 - color contains mainly: blue. Hex color #273FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273FCC is #D8C033. Grayscale: #474747. Windows color (decimal): -14204980 or 13385511. OLE color: 13385511.
HSL color Cylindrical-coordinate representation of color #273FCC: hue angle of 231.27º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #273FCC is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 39 | 63 | 204 | - |
| CMYK | 0.81 | 0.69 | 0 | 0.2 |
| HSL | 231.27º | 0.68% | 0.48% | - |
| HSV(B) | 231.27º | 0.81% | 0.8% | - |
| XYZ | 13.51 | 8.35 | 58.03 | - |
| YUV | 71.9 | 202.55 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 63 | 204 | 0.81 | 0.69 | 0 | 0.2 | 231.27 | 0.68 | 0.48 |
| Hex | 27 | 3F | CC | 51 | 45 | 0 | 14 | E7 | 44 | 30 |
| Octal | 47 | 77 | 314 | 121 | 105 | 0 | 24 | 347 | 104 | 60 |
| Binary | 100111 | 111111 | 11001100 | 1010001 | 1000101 | 0 | 10100 | 11100111 | 1000100 | 110000 |
Color Harmonies of #273FCC
Complementary color
Monochromatic Colors of #273FCC
Black with #273FCC
Text Example
Text Example
White with #273FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273FCC; }
p { color: rgb(39,63,204); }
H1.HeaderClassName
{
color: #273FCC;
}
.AnyTagClassName
{
color: #273FCC;
}
</style>
background-color css
<style>
a { background-color: #273FCC; }
a { background-color: rgb(39,63,204); }
div.DivClassName
{
background-color: #273FCC;
}
.BgClassName
{
background-color: #273FCC;
}
</style>
border-color css
<style>
span { border-color: #273FCC; }
span { border-color: rgb(39,63,204); }
td.TdClassName
{
border-color: #273FCC;
}
.TagClassName
{
border-color: #273FCC;
}
</style>