Shades of Persian Blue #262BB8
Tints of Persian Blue #262BB8
RGB
CMYK
RGB Variations
Color information
#262BB8 (or 0x262BB8) is known color: Persian Blue. HEX triplet: 26, 2B and B8. RGB value is (38,43,184). Sum of RGB (Red+Green+Blue) = 38+43+184=265 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.34% from 265); Green value is 43 (17.19% from 255 or 16.23% from 265); Blue value is 184 (72.27% from 255 or 69.43% from 265); Max value from RGB is 184 - color contains mainly: blue. Hex color #262BB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #262BB8 is #D9D447. Grayscale: #393939. Windows color (decimal): -14275656 or 12069670. OLE color: 12069670.
HSL color Cylindrical-coordinate representation of color #262BB8: hue angle of 237.95º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #262BB8 is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 38 | 43 | 184 | - |
| CMYK | 0.79 | 0.77 | 0 | 0.28 |
| HSL | 237.95º | 0.66% | 0.44% | - |
| HSV(B) | 237.95º | 0.79% | 0.72% | - |
| XYZ | 10.31 | 5.6 | 45.88 | - |
| YUV | 57.58 | 199.34 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 43 | 184 | 0.79 | 0.77 | 0 | 0.28 | 237.95 | 0.66 | 0.44 |
| Hex | 26 | 2B | B8 | 4F | 4D | 0 | 1C | EE | 42 | 2C |
| Octal | 46 | 53 | 270 | 117 | 115 | 0 | 34 | 356 | 102 | 54 |
| Binary | 100110 | 101011 | 10111000 | 1001111 | 1001101 | 0 | 11100 | 11101110 | 1000010 | 101100 |
Color Harmonies of #262BB8
Complementary color
Monochromatic Colors of #262BB8
Black with #262BB8
Text Example
Text Example
White with #262BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262BB8; }
p { color: rgb(38,43,184); }
H1.HeaderClassName
{
color: #262BB8;
}
.AnyTagClassName
{
color: #262BB8;
}
</style>
background-color css
<style>
a { background-color: #262BB8; }
a { background-color: rgb(38,43,184); }
div.DivClassName
{
background-color: #262BB8;
}
.BgClassName
{
background-color: #262BB8;
}
</style>
border-color css
<style>
span { border-color: #262BB8; }
span { border-color: rgb(38,43,184); }
td.TdClassName
{
border-color: #262BB8;
}
.TagClassName
{
border-color: #262BB8;
}
</style>