Shades of Persian Blue #262CD2
Tints of Persian Blue #262CD2
RGB
CMYK
RGB Variations
Color information
#262CD2 (or 0x262CD2) is known color: Persian Blue. HEX triplet: 26, 2C and D2. RGB value is (38,44,210). Sum of RGB (Red+Green+Blue) = 38+44+210=292 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.01% from 292); Green value is 44 (17.58% from 255 or 15.07% from 292); Blue value is 210 (82.42% from 255 or 71.92% from 292); Max value from RGB is 210 - color contains mainly: blue. Hex color #262CD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #262CD2 is #D9D32D. Grayscale: #3C3C3C. Windows color (decimal): -14275374 or 13773862. OLE color: 13773862.
HSL color Cylindrical-coordinate representation of color #262CD2: hue angle of 237.91º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #262CD2 is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 38 | 44 | 210 | - |
| CMYK | 0.82 | 0.79 | 0 | 0.18 |
| HSL | 237.91º | 0.69% | 0.49% | - |
| HSV(B) | 237.91º | 0.82% | 0.82% | - |
| XYZ | 13.33 | 6.87 | 61.6 | - |
| YUV | 61.13 | 212.01 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 44 | 210 | 0.82 | 0.79 | 0 | 0.18 | 237.91 | 0.69 | 0.49 |
| Hex | 26 | 2C | D2 | 52 | 4F | 0 | 12 | EE | 45 | 31 |
| Octal | 46 | 54 | 322 | 122 | 117 | 0 | 22 | 356 | 105 | 61 |
| Binary | 100110 | 101100 | 11010010 | 1010010 | 1001111 | 0 | 10010 | 11101110 | 1000101 | 110001 |
Color Harmonies of #262CD2
Complementary color
Monochromatic Colors of #262CD2
Black with #262CD2
Text Example
Text Example
White with #262CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262CD2; }
p { color: rgb(38,44,210); }
H1.HeaderClassName
{
color: #262CD2;
}
.AnyTagClassName
{
color: #262CD2;
}
</style>
background-color css
<style>
a { background-color: #262CD2; }
a { background-color: rgb(38,44,210); }
div.DivClassName
{
background-color: #262CD2;
}
.BgClassName
{
background-color: #262CD2;
}
</style>
border-color css
<style>
span { border-color: #262CD2; }
span { border-color: rgb(38,44,210); }
td.TdClassName
{
border-color: #262CD2;
}
.TagClassName
{
border-color: #262CD2;
}
</style>