Shades of Persian Blue #262CB3
Tints of Persian Blue #262CB3
RGB
CMYK
RGB Variations
Color information
#262CB3 (or 0x262CB3) is known color: Persian Blue. HEX triplet: 26, 2C and B3. RGB value is (38,44,179). Sum of RGB (Red+Green+Blue) = 38+44+179=261 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.56% from 261); Green value is 44 (17.58% from 255 or 16.86% from 261); Blue value is 179 (70.31% from 255 or 68.58% from 261); Max value from RGB is 179 - color contains mainly: blue. Hex color #262CB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #262CB3 is #D9D34C. Grayscale: #393939. Windows color (decimal): -14275405 or 11742246. OLE color: 11742246.
HSL color Cylindrical-coordinate representation of color #262CB3: hue angle of 237.45º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #262CB3 is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 38 | 44 | 179 | - |
| CMYK | 0.79 | 0.75 | 0 | 0.30 |
| HSL | 237.45º | 0.65% | 0.43% | - |
| HSV(B) | 237.45º | 0.79% | 0.7% | - |
| XYZ | 9.84 | 5.47 | 43.18 | - |
| YUV | 57.6 | 196.51 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 44 | 179 | 0.79 | 0.75 | 0 | 0.30 | 237.45 | 0.65 | 0.43 |
| Hex | 26 | 2C | B3 | 4F | 4B | 0 | 1E | ED | 41 | 2B |
| Octal | 46 | 54 | 263 | 117 | 113 | 0 | 36 | 355 | 101 | 53 |
| Binary | 100110 | 101100 | 10110011 | 1001111 | 1001011 | 0 | 11110 | 11101101 | 1000001 | 101011 |
Color Harmonies of #262CB3
Complementary color
Monochromatic Colors of #262CB3
Black with #262CB3
Text Example
Text Example
White with #262CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262CB3; }
p { color: rgb(38,44,179); }
H1.HeaderClassName
{
color: #262CB3;
}
.AnyTagClassName
{
color: #262CB3;
}
</style>
background-color css
<style>
a { background-color: #262CB3; }
a { background-color: rgb(38,44,179); }
div.DivClassName
{
background-color: #262CB3;
}
.BgClassName
{
background-color: #262CB3;
}
</style>
border-color css
<style>
span { border-color: #262CB3; }
span { border-color: rgb(38,44,179); }
td.TdClassName
{
border-color: #262CB3;
}
.TagClassName
{
border-color: #262CB3;
}
</style>