Shades of Persian Blue #262DBD
Tints of Persian Blue #262DBD
RGB
CMYK
RGB Variations
Color information
#262DBD (or 0x262DBD) is known color: Persian Blue. HEX triplet: 26, 2D and BD. RGB value is (38,45,189). Sum of RGB (Red+Green+Blue) = 38+45+189=272 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.97% from 272); Green value is 45 (17.97% from 255 or 16.54% from 272); Blue value is 189 (74.22% from 255 or 69.49% from 272); Max value from RGB is 189 - color contains mainly: blue. Hex color #262DBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #262DBD is #D9D242. Grayscale: #3A3A3A. Windows color (decimal): -14275139 or 12397862. OLE color: 12397862.
HSL color Cylindrical-coordinate representation of color #262DBD: hue angle of 237.22º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #262DBD is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 45 | 189 | - |
| CMYK | 0.80 | 0.76 | 0 | 0.26 |
| HSL | 237.22º | 0.67% | 0.45% | - |
| HSV(B) | 237.22º | 0.8% | 0.74% | - |
| XYZ | 10.92 | 5.96 | 48.72 | - |
| YUV | 59.32 | 201.18 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 45 | 189 | 0.80 | 0.76 | 0 | 0.26 | 237.22 | 0.67 | 0.45 |
| Hex | 26 | 2D | BD | 50 | 4C | 0 | 1A | ED | 43 | 2D |
| Octal | 46 | 55 | 275 | 120 | 114 | 0 | 32 | 355 | 103 | 55 |
| Binary | 100110 | 101101 | 10111101 | 1010000 | 1001100 | 0 | 11010 | 11101101 | 1000011 | 101101 |
Color Harmonies of #262DBD
Complementary color
Monochromatic Colors of #262DBD
Black with #262DBD
Text Example
Text Example
White with #262DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262DBD; }
p { color: rgb(38,45,189); }
H1.HeaderClassName
{
color: #262DBD;
}
.AnyTagClassName
{
color: #262DBD;
}
</style>
background-color css
<style>
a { background-color: #262DBD; }
a { background-color: rgb(38,45,189); }
div.DivClassName
{
background-color: #262DBD;
}
.BgClassName
{
background-color: #262DBD;
}
</style>
border-color css
<style>
span { border-color: #262DBD; }
span { border-color: rgb(38,45,189); }
td.TdClassName
{
border-color: #262DBD;
}
.TagClassName
{
border-color: #262DBD;
}
</style>