Shades of Persian Blue #262DC7
Tints of Persian Blue #262DC7
RGB
CMYK
RGB Variations
Color information
#262DC7 (or 0x262DC7) is known color: Persian Blue. HEX triplet: 26, 2D and C7. RGB value is (38,45,199). Sum of RGB (Red+Green+Blue) = 38+45+199=282 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.48% from 282); Green value is 45 (17.97% from 255 or 15.96% from 282); Blue value is 199 (78.12% from 255 or 70.57% from 282); Max value from RGB is 199 - color contains mainly: blue. Hex color #262DC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #262DC7 is #D9D238. Grayscale: #3B3B3B. Windows color (decimal): -14275129 or 13053222. OLE color: 13053222.
HSL color Cylindrical-coordinate representation of color #262DC7: hue angle of 237.39º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #262DC7 is Cyan = 0.81, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 38 | 45 | 199 | - |
| CMYK | 0.81 | 0.77 | 0 | 0.22 |
| HSL | 237.39º | 0.68% | 0.46% | - |
| HSV(B) | 237.39º | 0.81% | 0.78% | - |
| XYZ | 12.05 | 6.41 | 54.64 | - |
| YUV | 60.46 | 206.18 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 45 | 199 | 0.81 | 0.77 | 0 | 0.22 | 237.39 | 0.68 | 0.46 |
| Hex | 26 | 2D | C7 | 51 | 4D | 0 | 16 | ED | 44 | 2E |
| Octal | 46 | 55 | 307 | 121 | 115 | 0 | 26 | 355 | 104 | 56 |
| Binary | 100110 | 101101 | 11000111 | 1010001 | 1001101 | 0 | 10110 | 11101101 | 1000100 | 101110 |
Color Harmonies of #262DC7
Complementary color
Monochromatic Colors of #262DC7
Black with #262DC7
Text Example
Text Example
White with #262DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262DC7; }
p { color: rgb(38,45,199); }
H1.HeaderClassName
{
color: #262DC7;
}
.AnyTagClassName
{
color: #262DC7;
}
</style>
background-color css
<style>
a { background-color: #262DC7; }
a { background-color: rgb(38,45,199); }
div.DivClassName
{
background-color: #262DC7;
}
.BgClassName
{
background-color: #262DC7;
}
</style>
border-color css
<style>
span { border-color: #262DC7; }
span { border-color: rgb(38,45,199); }
td.TdClassName
{
border-color: #262DC7;
}
.TagClassName
{
border-color: #262DC7;
}
</style>