Shades of Persian Blue #262CCA
Tints of Persian Blue #262CCA
RGB
CMYK
RGB Variations
Color information
#262CCA (or 0x262CCA) is known color: Persian Blue. HEX triplet: 26, 2C and CA. RGB value is (38,44,202). Sum of RGB (Red+Green+Blue) = 38+44+202=284 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.38% from 284); Green value is 44 (17.58% from 255 or 15.49% from 284); Blue value is 202 (79.30% from 255 or 71.13% from 284); Max value from RGB is 202 - color contains mainly: blue. Hex color #262CCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #262CCA is #D9D335. Grayscale: #3B3B3B. Windows color (decimal): -14275382 or 13249574. OLE color: 13249574.
HSL color Cylindrical-coordinate representation of color #262CCA: hue angle of 237.8º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #262CCA is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 38 | 44 | 202 | - |
| CMYK | 0.81 | 0.78 | 0 | 0.21 |
| HSL | 237.8º | 0.68% | 0.47% | - |
| HSV(B) | 237.8º | 0.81% | 0.79% | - |
| XYZ | 12.36 | 6.48 | 56.48 | - |
| YUV | 60.22 | 208.01 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 44 | 202 | 0.81 | 0.78 | 0 | 0.21 | 237.8 | 0.68 | 0.47 |
| Hex | 26 | 2C | CA | 51 | 4E | 0 | 15 | EE | 44 | 2F |
| Octal | 46 | 54 | 312 | 121 | 116 | 0 | 25 | 356 | 104 | 57 |
| Binary | 100110 | 101100 | 11001010 | 1010001 | 1001110 | 0 | 10101 | 11101110 | 1000100 | 101111 |
Color Harmonies of #262CCA
Complementary color
Monochromatic Colors of #262CCA
Black with #262CCA
Text Example
Text Example
White with #262CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262CCA; }
p { color: rgb(38,44,202); }
H1.HeaderClassName
{
color: #262CCA;
}
.AnyTagClassName
{
color: #262CCA;
}
</style>
background-color css
<style>
a { background-color: #262CCA; }
a { background-color: rgb(38,44,202); }
div.DivClassName
{
background-color: #262CCA;
}
.BgClassName
{
background-color: #262CCA;
}
</style>
border-color css
<style>
span { border-color: #262CCA; }
span { border-color: rgb(38,44,202); }
td.TdClassName
{
border-color: #262CCA;
}
.TagClassName
{
border-color: #262CCA;
}
</style>