Shades of Persian Blue #262BB4
Tints of Persian Blue #262BB4
RGB
CMYK
RGB Variations
Color information
#262BB4 (or 0x262BB4) is known color: Persian Blue. HEX triplet: 26, 2B and B4. RGB value is (38,43,180). Sum of RGB (Red+Green+Blue) = 38+43+180=261 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.56% from 261); Green value is 43 (17.19% from 255 or 16.48% from 261); Blue value is 180 (70.70% from 255 or 68.97% from 261); Max value from RGB is 180 - color contains mainly: blue. Hex color #262BB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #262BB4 is #D9D44B. Grayscale: #383838. Windows color (decimal): -14275660 or 11807526. OLE color: 11807526.
HSL color Cylindrical-coordinate representation of color #262BB4: hue angle of 237.89º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #262BB4 is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 38 | 43 | 180 | - |
| CMYK | 0.79 | 0.76 | 0 | 0.29 |
| HSL | 237.89º | 0.65% | 0.43% | - |
| HSV(B) | 237.89º | 0.79% | 0.71% | - |
| XYZ | 9.9 | 5.44 | 43.71 | - |
| YUV | 57.12 | 197.34 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 43 | 180 | 0.79 | 0.76 | 0 | 0.29 | 237.89 | 0.65 | 0.43 |
| Hex | 26 | 2B | B4 | 4F | 4C | 0 | 1D | EE | 41 | 2B |
| Octal | 46 | 53 | 264 | 117 | 114 | 0 | 35 | 356 | 101 | 53 |
| Binary | 100110 | 101011 | 10110100 | 1001111 | 1001100 | 0 | 11101 | 11101110 | 1000001 | 101011 |
Color Harmonies of #262BB4
Complementary color
Monochromatic Colors of #262BB4
Black with #262BB4
Text Example
Text Example
White with #262BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262BB4; }
p { color: rgb(38,43,180); }
H1.HeaderClassName
{
color: #262BB4;
}
.AnyTagClassName
{
color: #262BB4;
}
</style>
background-color css
<style>
a { background-color: #262BB4; }
a { background-color: rgb(38,43,180); }
div.DivClassName
{
background-color: #262BB4;
}
.BgClassName
{
background-color: #262BB4;
}
</style>
border-color css
<style>
span { border-color: #262BB4; }
span { border-color: rgb(38,43,180); }
td.TdClassName
{
border-color: #262BB4;
}
.TagClassName
{
border-color: #262BB4;
}
</style>