Shades of Persian Blue #262FB3
Tints of Persian Blue #262FB3
RGB
CMYK
RGB Variations
Color information
#262FB3 (or 0x262FB3) is known color: Persian Blue. HEX triplet: 26, 2F and B3. RGB value is (38,47,179). Sum of RGB (Red+Green+Blue) = 38+47+179=264 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.39% from 264); Green value is 47 (18.75% from 255 or 17.80% from 264); Blue value is 179 (70.31% from 255 or 67.80% from 264); Max value from RGB is 179 - color contains mainly: blue. Hex color #262FB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #262FB3 is #D9D04C. Grayscale: #3A3A3A. Windows color (decimal): -14274637 or 11743014. OLE color: 11743014.
HSL color Cylindrical-coordinate representation of color #262FB3: hue angle of 236.17º 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 #262FB3 is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 38 | 47 | 179 | - |
| CMYK | 0.79 | 0.74 | 0 | 0.30 |
| HSL | 236.17º | 0.65% | 0.43% | - |
| HSV(B) | 236.17º | 0.79% | 0.7% | - |
| XYZ | 9.95 | 5.7 | 43.22 | - |
| YUV | 59.36 | 195.52 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 47 | 179 | 0.79 | 0.74 | 0 | 0.30 | 236.17 | 0.65 | 0.43 |
| Hex | 26 | 2F | B3 | 4F | 4A | 0 | 1E | EC | 41 | 2B |
| Octal | 46 | 57 | 263 | 117 | 112 | 0 | 36 | 354 | 101 | 53 |
| Binary | 100110 | 101111 | 10110011 | 1001111 | 1001010 | 0 | 11110 | 11101100 | 1000001 | 101011 |
Color Harmonies of #262FB3
Complementary color
Monochromatic Colors of #262FB3
Black with #262FB3
Text Example
Text Example
White with #262FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262FB3; }
p { color: rgb(38,47,179); }
H1.HeaderClassName
{
color: #262FB3;
}
.AnyTagClassName
{
color: #262FB3;
}
</style>
background-color css
<style>
a { background-color: #262FB3; }
a { background-color: rgb(38,47,179); }
div.DivClassName
{
background-color: #262FB3;
}
.BgClassName
{
background-color: #262FB3;
}
</style>
border-color css
<style>
span { border-color: #262FB3; }
span { border-color: rgb(38,47,179); }
td.TdClassName
{
border-color: #262FB3;
}
.TagClassName
{
border-color: #262FB3;
}
</style>