Shades of Persian Blue #273FCB
Tints of Persian Blue #273FCB
RGB
CMYK
RGB Variations
Color information
#273FCB (or 0x273FCB) is known color: Persian Blue. HEX triplet: 27, 3F and CB. RGB value is (39,63,203). Sum of RGB (Red+Green+Blue) = 39+63+203=305 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.79% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 203 (79.69% from 255 or 66.56% from 305); Max value from RGB is 203 - color contains mainly: blue. Hex color #273FCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273FCB is #D8C034. Grayscale: #474747. Windows color (decimal): -14204981 or 13319975. OLE color: 13319975.
HSL color Cylindrical-coordinate representation of color #273FCB: hue angle of 231.22º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #273FCB is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 39 | 63 | 203 | - |
| CMYK | 0.81 | 0.69 | 0 | 0.20 |
| HSL | 231.22º | 0.68% | 0.47% | - |
| HSV(B) | 231.22º | 0.81% | 0.8% | - |
| XYZ | 13.39 | 8.3 | 57.4 | - |
| YUV | 71.78 | 202.05 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 63 | 203 | 0.81 | 0.69 | 0 | 0.20 | 231.22 | 0.68 | 0.47 |
| Hex | 27 | 3F | CB | 51 | 45 | 0 | 14 | E7 | 44 | 2F |
| Octal | 47 | 77 | 313 | 121 | 105 | 0 | 24 | 347 | 104 | 57 |
| Binary | 100111 | 111111 | 11001011 | 1010001 | 1000101 | 0 | 10100 | 11100111 | 1000100 | 101111 |
Color Harmonies of #273FCB
Complementary color
Monochromatic Colors of #273FCB
Black with #273FCB
Text Example
Text Example
White with #273FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273FCB; }
p { color: rgb(39,63,203); }
H1.HeaderClassName
{
color: #273FCB;
}
.AnyTagClassName
{
color: #273FCB;
}
</style>
background-color css
<style>
a { background-color: #273FCB; }
a { background-color: rgb(39,63,203); }
div.DivClassName
{
background-color: #273FCB;
}
.BgClassName
{
background-color: #273FCB;
}
</style>
border-color css
<style>
span { border-color: #273FCB; }
span { border-color: rgb(39,63,203); }
td.TdClassName
{
border-color: #273FCB;
}
.TagClassName
{
border-color: #273FCB;
}
</style>