Shades of Persian Blue #263FC8
Tints of Persian Blue #263FC8
RGB
CMYK
RGB Variations
Color information
#263FC8 (or 0x263FC8) is known color: Persian Blue. HEX triplet: 26, 3F and C8. RGB value is (38,63,200). Sum of RGB (Red+Green+Blue) = 38+63+200=301 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.62% from 301); Green value is 63 (25% from 255 or 20.93% from 301); Blue value is 200 (78.52% from 255 or 66.45% from 301); Max value from RGB is 200 - color contains mainly: blue. Hex color #263FC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263FC8 is #D9C037. Grayscale: #464646. Windows color (decimal): -14270520 or 13123366. OLE color: 13123366.
HSL color Cylindrical-coordinate representation of color #263FC8: hue angle of 230.74º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #263FC8 is Cyan = 0.81, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 38 | 63 | 200 | - |
| CMYK | 0.81 | 0.68 | 0 | 0.22 |
| HSL | 230.74º | 0.68% | 0.47% | - |
| HSV(B) | 230.74º | 0.81% | 0.78% | - |
| XYZ | 13 | 8.14 | 55.53 | - |
| YUV | 71.14 | 200.72 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 63 | 200 | 0.81 | 0.68 | 0 | 0.22 | 230.74 | 0.68 | 0.47 |
| Hex | 26 | 3F | C8 | 51 | 44 | 0 | 16 | E7 | 44 | 2F |
| Octal | 46 | 77 | 310 | 121 | 104 | 0 | 26 | 347 | 104 | 57 |
| Binary | 100110 | 111111 | 11001000 | 1010001 | 1000100 | 0 | 10110 | 11100111 | 1000100 | 101111 |
Color Harmonies of #263FC8
Complementary color
Monochromatic Colors of #263FC8
Black with #263FC8
Text Example
Text Example
White with #263FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263FC8; }
p { color: rgb(38,63,200); }
H1.HeaderClassName
{
color: #263FC8;
}
.AnyTagClassName
{
color: #263FC8;
}
</style>
background-color css
<style>
a { background-color: #263FC8; }
a { background-color: rgb(38,63,200); }
div.DivClassName
{
background-color: #263FC8;
}
.BgClassName
{
background-color: #263FC8;
}
</style>
border-color css
<style>
span { border-color: #263FC8; }
span { border-color: rgb(38,63,200); }
td.TdClassName
{
border-color: #263FC8;
}
.TagClassName
{
border-color: #263FC8;
}
</style>