Shades of Persian Blue #2642B9
Tints of Persian Blue #2642B9
RGB
CMYK
RGB Variations
Color information
#2642B9 (or 0x2642B9) is known color: Persian Blue. HEX triplet: 26, 42 and B9. RGB value is (38,66,185). Sum of RGB (Red+Green+Blue) = 38+66+185=289 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.15% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 185 (72.66% from 255 or 64.01% from 289); Max value from RGB is 185 - color contains mainly: blue. Hex color #2642B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2642B9 is #D9BD46. Grayscale: #464646. Windows color (decimal): -14269767 or 12141094. OLE color: 12141094.
HSL color Cylindrical-coordinate representation of color #2642B9: hue angle of 228.57º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2642B9 is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 66 | 185 | - |
| CMYK | 0.79 | 0.64 | 0 | 0.27 |
| HSL | 228.57º | 0.66% | 0.44% | - |
| HSV(B) | 228.57º | 0.79% | 0.73% | - |
| XYZ | 11.5 | 7.81 | 46.8 | - |
| YUV | 71.19 | 192.22 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 66 | 185 | 0.79 | 0.64 | 0 | 0.27 | 228.57 | 0.66 | 0.44 |
| Hex | 26 | 42 | B9 | 4F | 40 | 0 | 1B | E5 | 42 | 2C |
| Octal | 46 | 102 | 271 | 117 | 100 | 0 | 33 | 345 | 102 | 54 |
| Binary | 100110 | 1000010 | 10111001 | 1001111 | 1000000 | 0 | 11011 | 11100101 | 1000010 | 101100 |
Color Harmonies of #2642B9
Complementary color
Monochromatic Colors of #2642B9
Black with #2642B9
Text Example
Text Example
White with #2642B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2642B9; }
p { color: rgb(38,66,185); }
H1.HeaderClassName
{
color: #2642B9;
}
.AnyTagClassName
{
color: #2642B9;
}
</style>
background-color css
<style>
a { background-color: #2642B9; }
a { background-color: rgb(38,66,185); }
div.DivClassName
{
background-color: #2642B9;
}
.BgClassName
{
background-color: #2642B9;
}
</style>
border-color css
<style>
span { border-color: #2642B9; }
span { border-color: rgb(38,66,185); }
td.TdClassName
{
border-color: #2642B9;
}
.TagClassName
{
border-color: #2642B9;
}
</style>