Shades of Persian Blue #262FC8
Tints of Persian Blue #262FC8
RGB
CMYK
RGB Variations
Color information
#262FC8 (or 0x262FC8) is known color: Persian Blue. HEX triplet: 26, 2F and C8. RGB value is (38,47,200). Sum of RGB (Red+Green+Blue) = 38+47+200=285 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.33% from 285); Green value is 47 (18.75% from 255 or 16.49% from 285); Blue value is 200 (78.52% from 255 or 70.18% from 285); Max value from RGB is 200 - color contains mainly: blue. Hex color #262FC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #262FC8 is #D9D037. Grayscale: #3D3D3D. Windows color (decimal): -14274616 or 13119270. OLE color: 13119270.
HSL color Cylindrical-coordinate representation of color #262FC8: hue angle of 236.67º 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 #262FC8 is Cyan = 0.81, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 38 | 47 | 200 | - |
| CMYK | 0.81 | 0.76 | 0 | 0.22 |
| HSL | 236.67º | 0.68% | 0.47% | - |
| HSV(B) | 236.67º | 0.81% | 0.78% | - |
| XYZ | 12.24 | 6.62 | 55.28 | - |
| YUV | 61.75 | 206.02 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 47 | 200 | 0.81 | 0.76 | 0 | 0.22 | 236.67 | 0.68 | 0.47 |
| Hex | 26 | 2F | C8 | 51 | 4C | 0 | 16 | ED | 44 | 2F |
| Octal | 46 | 57 | 310 | 121 | 114 | 0 | 26 | 355 | 104 | 57 |
| Binary | 100110 | 101111 | 11001000 | 1010001 | 1001100 | 0 | 10110 | 11101101 | 1000100 | 101111 |
Color Harmonies of #262FC8
Complementary color
Monochromatic Colors of #262FC8
Black with #262FC8
Text Example
Text Example
White with #262FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262FC8; }
p { color: rgb(38,47,200); }
H1.HeaderClassName
{
color: #262FC8;
}
.AnyTagClassName
{
color: #262FC8;
}
</style>
background-color css
<style>
a { background-color: #262FC8; }
a { background-color: rgb(38,47,200); }
div.DivClassName
{
background-color: #262FC8;
}
.BgClassName
{
background-color: #262FC8;
}
</style>
border-color css
<style>
span { border-color: #262FC8; }
span { border-color: rgb(38,47,200); }
td.TdClassName
{
border-color: #262FC8;
}
.TagClassName
{
border-color: #262FC8;
}
</style>