Shades of Persian Blue #262CCF
Tints of Persian Blue #262CCF
RGB
CMYK
RGB Variations
Color information
#262CCF (or 0x262CCF) is known color: Persian Blue. HEX triplet: 26, 2C and CF. RGB value is (38,44,207). Sum of RGB (Red+Green+Blue) = 38+44+207=289 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.15% from 289); Green value is 44 (17.58% from 255 or 15.22% from 289); Blue value is 207 (81.25% from 255 or 71.63% from 289); Max value from RGB is 207 - color contains mainly: blue. Hex color #262CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #262CCF is #D9D330. Grayscale: #3C3C3C. Windows color (decimal): -14275377 or 13577254. OLE color: 13577254.
HSL color Cylindrical-coordinate representation of color #262CCF: hue angle of 237.87º 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 #262CCF is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 44 | 207 | - |
| CMYK | 0.82 | 0.79 | 0 | 0.19 |
| HSL | 237.87º | 0.69% | 0.48% | - |
| HSV(B) | 237.87º | 0.82% | 0.81% | - |
| XYZ | 12.96 | 6.72 | 59.65 | - |
| YUV | 60.79 | 210.51 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 44 | 207 | 0.82 | 0.79 | 0 | 0.19 | 237.87 | 0.69 | 0.48 |
| Hex | 26 | 2C | CF | 52 | 4F | 0 | 13 | EE | 45 | 30 |
| Octal | 46 | 54 | 317 | 122 | 117 | 0 | 23 | 356 | 105 | 60 |
| Binary | 100110 | 101100 | 11001111 | 1010010 | 1001111 | 0 | 10011 | 11101110 | 1000101 | 110000 |
Color Harmonies of #262CCF
Complementary color
Monochromatic Colors of #262CCF
Black with #262CCF
Text Example
Text Example
White with #262CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262CCF; }
p { color: rgb(38,44,207); }
H1.HeaderClassName
{
color: #262CCF;
}
.AnyTagClassName
{
color: #262CCF;
}
</style>
background-color css
<style>
a { background-color: #262CCF; }
a { background-color: rgb(38,44,207); }
div.DivClassName
{
background-color: #262CCF;
}
.BgClassName
{
background-color: #262CCF;
}
</style>
border-color css
<style>
span { border-color: #262CCF; }
span { border-color: rgb(38,44,207); }
td.TdClassName
{
border-color: #262CCF;
}
.TagClassName
{
border-color: #262CCF;
}
</style>