Shades of Persian Blue #2619CB
Tints of Persian Blue #2619CB
RGB
CMYK
RGB Variations
Color information
#2619CB (or 0x2619CB) is known color: Persian Blue. HEX triplet: 26, 19 and CB. RGB value is (38,25,203). Sum of RGB (Red+Green+Blue) = 38+25+203=266 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.29% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 203 (79.69% from 255 or 76.32% from 266); Max value from RGB is 203 - color contains mainly: blue. Hex color #2619CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2619CB is #D9E634. Grayscale: #303030. Windows color (decimal): -14280245 or 13310246. OLE color: 13310246.
HSL color Cylindrical-coordinate representation of color #2619CB: hue angle of 244.38º degrees, saturation: 0.78, 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 #2619CB is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 38 | 25 | 203 | - |
| CMYK | 0.81 | 0.88 | 0 | 0.20 |
| HSL | 244.38º | 0.78% | 0.45% | - |
| HSV(B) | 244.38º | 0.88% | 0.8% | - |
| XYZ | 11.93 | 5.42 | 56.92 | - |
| YUV | 49.18 | 214.81 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 25 | 203 | 0.81 | 0.88 | 0 | 0.20 | 244.38 | 0.78 | 0.45 |
| Hex | 26 | 19 | CB | 51 | 58 | 0 | 14 | F4 | 4E | 2D |
| Octal | 46 | 31 | 313 | 121 | 130 | 0 | 24 | 364 | 116 | 55 |
| Binary | 100110 | 11001 | 11001011 | 1010001 | 1011000 | 0 | 10100 | 11110100 | 1001110 | 101101 |
Color Harmonies of #2619CB
Complementary color
Monochromatic Colors of #2619CB
Black with #2619CB
Text Example
Text Example
White with #2619CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2619CB; }
p { color: rgb(38,25,203); }
H1.HeaderClassName
{
color: #2619CB;
}
.AnyTagClassName
{
color: #2619CB;
}
</style>
background-color css
<style>
a { background-color: #2619CB; }
a { background-color: rgb(38,25,203); }
div.DivClassName
{
background-color: #2619CB;
}
.BgClassName
{
background-color: #2619CB;
}
</style>
border-color css
<style>
span { border-color: #2619CB; }
span { border-color: rgb(38,25,203); }
td.TdClassName
{
border-color: #2619CB;
}
.TagClassName
{
border-color: #2619CB;
}
</style>