Shades of Persian Blue #262ACF
Tints of Persian Blue #262ACF
RGB
CMYK
RGB Variations
Color information
#262ACF (or 0x262ACF) is known color: Persian Blue. HEX triplet: 26, 2A and CF. RGB value is (38,42,207). Sum of RGB (Red+Green+Blue) = 38+42+207=287 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.24% from 287); Green value is 42 (16.80% from 255 or 14.63% from 287); Blue value is 207 (81.25% from 255 or 72.13% from 287); Max value from RGB is 207 - color contains mainly: blue. Hex color #262ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #262ACF is #D9D530. Grayscale: #3A3A3A. Windows color (decimal): -14275889 or 13576742. OLE color: 13576742.
HSL color Cylindrical-coordinate representation of color #262ACF: hue angle of 238.58º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #262ACF is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 42 | 207 | - |
| CMYK | 0.82 | 0.80 | 0 | 0.19 |
| HSL | 238.58º | 0.69% | 0.48% | - |
| HSV(B) | 238.58º | 0.82% | 0.81% | - |
| XYZ | 12.89 | 6.57 | 59.62 | - |
| YUV | 59.61 | 211.17 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 42 | 207 | 0.82 | 0.80 | 0 | 0.19 | 238.58 | 0.69 | 0.48 |
| Hex | 26 | 2A | CF | 52 | 50 | 0 | 13 | EF | 45 | 30 |
| Octal | 46 | 52 | 317 | 122 | 120 | 0 | 23 | 357 | 105 | 60 |
| Binary | 100110 | 101010 | 11001111 | 1010010 | 1010000 | 0 | 10011 | 11101111 | 1000101 | 110000 |
Color Harmonies of #262ACF
Complementary color
Monochromatic Colors of #262ACF
Black with #262ACF
Text Example
Text Example
White with #262ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262ACF; }
p { color: rgb(38,42,207); }
H1.HeaderClassName
{
color: #262ACF;
}
.AnyTagClassName
{
color: #262ACF;
}
</style>
background-color css
<style>
a { background-color: #262ACF; }
a { background-color: rgb(38,42,207); }
div.DivClassName
{
background-color: #262ACF;
}
.BgClassName
{
background-color: #262ACF;
}
</style>
border-color css
<style>
span { border-color: #262ACF; }
span { border-color: rgb(38,42,207); }
td.TdClassName
{
border-color: #262ACF;
}
.TagClassName
{
border-color: #262ACF;
}
</style>