Shades of Persian Blue #262DBE
Tints of Persian Blue #262DBE
RGB
CMYK
RGB Variations
Color information
#262DBE (or 0x262DBE) is known color: Persian Blue. HEX triplet: 26, 2D and BE. RGB value is (38,45,190). Sum of RGB (Red+Green+Blue) = 38+45+190=273 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.92% from 273); Green value is 45 (17.97% from 255 or 16.48% from 273); Blue value is 190 (74.61% from 255 or 69.60% from 273); Max value from RGB is 190 - color contains mainly: blue. Hex color #262DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #262DBE is #D9D241. Grayscale: #3A3A3A. Windows color (decimal): -14275138 or 12463398. OLE color: 12463398.
HSL color Cylindrical-coordinate representation of color #262DBE: hue angle of 237.24º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #262DBE is Cyan = 0.8, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 38 | 45 | 190 | - |
| CMYK | 0.8 | 0.76 | 0 | 0.25 |
| HSL | 237.24º | 0.67% | 0.45% | - |
| HSV(B) | 237.24º | 0.8% | 0.75% | - |
| XYZ | 11.03 | 6.01 | 49.29 | - |
| YUV | 59.44 | 201.68 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 45 | 190 | 0.8 | 0.76 | 0 | 0.25 | 237.24 | 0.67 | 0.45 |
| Hex | 26 | 2D | BE | 50 | 4C | 0 | 19 | ED | 43 | 2D |
| Octal | 46 | 55 | 276 | 120 | 114 | 0 | 31 | 355 | 103 | 55 |
| Binary | 100110 | 101101 | 10111110 | 1010000 | 1001100 | 0 | 11001 | 11101101 | 1000011 | 101101 |
Color Harmonies of #262DBE
Complementary color
Monochromatic Colors of #262DBE
Black with #262DBE
Text Example
Text Example
White with #262DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262DBE; }
p { color: rgb(38,45,190); }
H1.HeaderClassName
{
color: #262DBE;
}
.AnyTagClassName
{
color: #262DBE;
}
</style>
background-color css
<style>
a { background-color: #262DBE; }
a { background-color: rgb(38,45,190); }
div.DivClassName
{
background-color: #262DBE;
}
.BgClassName
{
background-color: #262DBE;
}
</style>
border-color css
<style>
span { border-color: #262DBE; }
span { border-color: rgb(38,45,190); }
td.TdClassName
{
border-color: #262DBE;
}
.TagClassName
{
border-color: #262DBE;
}
</style>