Shades of Persian Blue #2643B9
Tints of Persian Blue #2643B9
RGB
CMYK
RGB Variations
Color information
#2643B9 (or 0x2643B9) is known color: Persian Blue. HEX triplet: 26, 43 and B9. RGB value is (38,67,185). Sum of RGB (Red+Green+Blue) = 38+67+185=290 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.10% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 185 (72.66% from 255 or 63.79% from 290); Max value from RGB is 185 - color contains mainly: blue. Hex color #2643B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2643B9 is #D9BC46. Grayscale: #474747. Windows color (decimal): -14269511 or 12141350. OLE color: 12141350.
HSL color Cylindrical-coordinate representation of color #2643B9: hue angle of 228.16º 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 #2643B9 is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 67 | 185 | - |
| CMYK | 0.79 | 0.64 | 0 | 0.27 |
| HSL | 228.16º | 0.66% | 0.44% | - |
| HSV(B) | 228.16º | 0.79% | 0.73% | - |
| XYZ | 11.56 | 7.93 | 46.82 | - |
| YUV | 71.78 | 191.89 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 67 | 185 | 0.79 | 0.64 | 0 | 0.27 | 228.16 | 0.66 | 0.44 |
| Hex | 26 | 43 | B9 | 4F | 40 | 0 | 1B | E4 | 42 | 2C |
| Octal | 46 | 103 | 271 | 117 | 100 | 0 | 33 | 344 | 102 | 54 |
| Binary | 100110 | 1000011 | 10111001 | 1001111 | 1000000 | 0 | 11011 | 11100100 | 1000010 | 101100 |
Color Harmonies of #2643B9
Complementary color
Monochromatic Colors of #2643B9
Black with #2643B9
Text Example
Text Example
White with #2643B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2643B9; }
p { color: rgb(38,67,185); }
H1.HeaderClassName
{
color: #2643B9;
}
.AnyTagClassName
{
color: #2643B9;
}
</style>
background-color css
<style>
a { background-color: #2643B9; }
a { background-color: rgb(38,67,185); }
div.DivClassName
{
background-color: #2643B9;
}
.BgClassName
{
background-color: #2643B9;
}
</style>
border-color css
<style>
span { border-color: #2643B9; }
span { border-color: rgb(38,67,185); }
td.TdClassName
{
border-color: #2643B9;
}
.TagClassName
{
border-color: #2643B9;
}
</style>