Shades of Persian Blue #2618CB
Tints of Persian Blue #2618CB
RGB
CMYK
RGB Variations
Color information
#2618CB (or 0x2618CB) is known color: Persian Blue. HEX triplet: 26, 18 and CB. RGB value is (38,24,203). Sum of RGB (Red+Green+Blue) = 38+24+203=265 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.34% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 203 (79.69% from 255 or 76.60% from 265); Max value from RGB is 203 - color contains mainly: blue. Hex color #2618CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2618CB is #D9E734. Grayscale: #2F2F2F. Windows color (decimal): -14280501 or 13309990. OLE color: 13309990.
HSL color Cylindrical-coordinate representation of color #2618CB: hue angle of 244.69º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2618CB is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 38 | 24 | 203 | - |
| CMYK | 0.81 | 0.88 | 0 | 0.20 |
| HSL | 244.69º | 0.79% | 0.45% | - |
| HSV(B) | 244.69º | 0.88% | 0.8% | - |
| XYZ | 11.91 | 5.38 | 56.91 | - |
| YUV | 48.59 | 215.14 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 24 | 203 | 0.81 | 0.88 | 0 | 0.20 | 244.69 | 0.79 | 0.45 |
| Hex | 26 | 18 | CB | 51 | 58 | 0 | 14 | F5 | 4F | 2D |
| Octal | 46 | 30 | 313 | 121 | 130 | 0 | 24 | 365 | 117 | 55 |
| Binary | 100110 | 11000 | 11001011 | 1010001 | 1011000 | 0 | 10100 | 11110101 | 1001111 | 101101 |
Color Harmonies of #2618CB
Complementary color
Monochromatic Colors of #2618CB
Black with #2618CB
Text Example
Text Example
White with #2618CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2618CB; }
p { color: rgb(38,24,203); }
H1.HeaderClassName
{
color: #2618CB;
}
.AnyTagClassName
{
color: #2618CB;
}
</style>
background-color css
<style>
a { background-color: #2618CB; }
a { background-color: rgb(38,24,203); }
div.DivClassName
{
background-color: #2618CB;
}
.BgClassName
{
background-color: #2618CB;
}
</style>
border-color css
<style>
span { border-color: #2618CB; }
span { border-color: rgb(38,24,203); }
td.TdClassName
{
border-color: #2618CB;
}
.TagClassName
{
border-color: #2618CB;
}
</style>