Shades of Persian Blue #262BD2
Tints of Persian Blue #262BD2
RGB
CMYK
RGB Variations
Color information
#262BD2 (or 0x262BD2) is known color: Persian Blue. HEX triplet: 26, 2B and D2. RGB value is (38,43,210). Sum of RGB (Red+Green+Blue) = 38+43+210=291 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.06% from 291); Green value is 43 (17.19% from 255 or 14.78% from 291); Blue value is 210 (82.42% from 255 or 72.16% from 291); Max value from RGB is 210 - color contains mainly: blue. Hex color #262BD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #262BD2 is #D9D42D. Grayscale: #3B3B3B. Windows color (decimal): -14275630 or 13773606. OLE color: 13773606.
HSL color Cylindrical-coordinate representation of color #262BD2: hue angle of 238.26º 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 #262BD2 is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 38 | 43 | 210 | - |
| CMYK | 0.82 | 0.80 | 0 | 0.18 |
| HSL | 238.26º | 0.69% | 0.49% | - |
| HSV(B) | 238.26º | 0.82% | 0.82% | - |
| XYZ | 13.3 | 6.79 | 61.58 | - |
| YUV | 60.54 | 212.34 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 43 | 210 | 0.82 | 0.80 | 0 | 0.18 | 238.26 | 0.69 | 0.49 |
| Hex | 26 | 2B | D2 | 52 | 50 | 0 | 12 | EE | 45 | 31 |
| Octal | 46 | 53 | 322 | 122 | 120 | 0 | 22 | 356 | 105 | 61 |
| Binary | 100110 | 101011 | 11010010 | 1010010 | 1010000 | 0 | 10010 | 11101110 | 1000101 | 110001 |
Color Harmonies of #262BD2
Complementary color
Monochromatic Colors of #262BD2
Black with #262BD2
Text Example
Text Example
White with #262BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262BD2; }
p { color: rgb(38,43,210); }
H1.HeaderClassName
{
color: #262BD2;
}
.AnyTagClassName
{
color: #262BD2;
}
</style>
background-color css
<style>
a { background-color: #262BD2; }
a { background-color: rgb(38,43,210); }
div.DivClassName
{
background-color: #262BD2;
}
.BgClassName
{
background-color: #262BD2;
}
</style>
border-color css
<style>
span { border-color: #262BD2; }
span { border-color: rgb(38,43,210); }
td.TdClassName
{
border-color: #262BD2;
}
.TagClassName
{
border-color: #262BD2;
}
</style>