Shades of Persian Blue #261CCB
Tints of Persian Blue #261CCB
RGB
CMYK
RGB Variations
Color information
#261CCB (or 0x261CCB) is known color: Persian Blue. HEX triplet: 26, 1C and CB. RGB value is (38,28,203). Sum of RGB (Red+Green+Blue) = 38+28+203=269 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.13% from 269); Green value is 28 (11.33% from 255 or 10.41% from 269); Blue value is 203 (79.69% from 255 or 75.46% from 269); Max value from RGB is 203 - color contains mainly: blue. Hex color #261CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261CCB is #D9E334. Grayscale: #323232. Windows color (decimal): -14279477 or 13311014. OLE color: 13311014.
HSL color Cylindrical-coordinate representation of color #261CCB: hue angle of 243.43º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #261CCB is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 38 | 28 | 203 | - |
| CMYK | 0.81 | 0.86 | 0 | 0.20 |
| HSL | 243.43º | 0.76% | 0.45% | - |
| HSV(B) | 243.43º | 0.86% | 0.8% | - |
| XYZ | 11.99 | 5.55 | 56.94 | - |
| YUV | 50.94 | 213.81 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 28 | 203 | 0.81 | 0.86 | 0 | 0.20 | 243.43 | 0.76 | 0.45 |
| Hex | 26 | 1C | CB | 51 | 56 | 0 | 14 | F3 | 4C | 2D |
| Octal | 46 | 34 | 313 | 121 | 126 | 0 | 24 | 363 | 114 | 55 |
| Binary | 100110 | 11100 | 11001011 | 1010001 | 1010110 | 0 | 10100 | 11110011 | 1001100 | 101101 |
Color Harmonies of #261CCB
Complementary color
Monochromatic Colors of #261CCB
Black with #261CCB
Text Example
Text Example
White with #261CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261CCB; }
p { color: rgb(38,28,203); }
H1.HeaderClassName
{
color: #261CCB;
}
.AnyTagClassName
{
color: #261CCB;
}
</style>
background-color css
<style>
a { background-color: #261CCB; }
a { background-color: rgb(38,28,203); }
div.DivClassName
{
background-color: #261CCB;
}
.BgClassName
{
background-color: #261CCB;
}
</style>
border-color css
<style>
span { border-color: #261CCB; }
span { border-color: rgb(38,28,203); }
td.TdClassName
{
border-color: #261CCB;
}
.TagClassName
{
border-color: #261CCB;
}
</style>