Shades of Persian Blue #262EDC
Tints of Persian Blue #262EDC
RGB
CMYK
RGB Variations
Color information
#262EDC (or 0x262EDC) is known color: Persian Blue. HEX triplet: 26, 2E and DC. RGB value is (38,46,220). Sum of RGB (Red+Green+Blue) = 38+46+220=304 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.5% from 304); Green value is 46 (18.36% from 255 or 15.13% from 304); Blue value is 220 (86.33% from 255 or 72.37% from 304); Max value from RGB is 220 - color contains mainly: blue. Hex color #262EDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #262EDC is #D9D123. Grayscale: #3E3E3E. Windows color (decimal): -14274852 or 14429734. OLE color: 14429734.
HSL color Cylindrical-coordinate representation of color #262EDC: hue angle of 237.36º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #262EDC is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 46 | 220 | - |
| CMYK | 0.83 | 0.79 | 0 | 0.14 |
| HSL | 237.36º | 0.72% | 0.51% | - |
| HSV(B) | 237.36º | 0.83% | 0.86% | - |
| XYZ | 14.69 | 7.53 | 68.39 | - |
| YUV | 63.44 | 216.35 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 46 | 220 | 0.83 | 0.79 | 0 | 0.14 | 237.36 | 0.72 | 0.51 |
| Hex | 26 | 2E | DC | 53 | 4F | 0 | E | ED | 48 | 33 |
| Octal | 46 | 56 | 334 | 123 | 117 | 0 | 16 | 355 | 110 | 63 |
| Binary | 100110 | 101110 | 11011100 | 1010011 | 1001111 | 0 | 1110 | 11101101 | 1001000 | 110011 |
Color Harmonies of #262EDC
Complementary color
Monochromatic Colors of #262EDC
Black with #262EDC
Text Example
Text Example
White with #262EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262EDC; }
p { color: rgb(38,46,220); }
H1.HeaderClassName
{
color: #262EDC;
}
.AnyTagClassName
{
color: #262EDC;
}
</style>
background-color css
<style>
a { background-color: #262EDC; }
a { background-color: rgb(38,46,220); }
div.DivClassName
{
background-color: #262EDC;
}
.BgClassName
{
background-color: #262EDC;
}
</style>
border-color css
<style>
span { border-color: #262EDC; }
span { border-color: rgb(38,46,220); }
td.TdClassName
{
border-color: #262EDC;
}
.TagClassName
{
border-color: #262EDC;
}
</style>