Shades of Persian Blue #2645AA
Tints of Persian Blue #2645AA
RGB
CMYK
RGB Variations
Color information
#2645AA (or 0x2645AA) is known color: Persian Blue. HEX triplet: 26, 45 and AA. RGB value is (38,69,170). Sum of RGB (Red+Green+Blue) = 38+69+170=277 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.72% from 277); Green value is 69 (27.34% from 255 or 24.91% from 277); Blue value is 170 (66.80% from 255 or 61.37% from 277); Max value from RGB is 170 - color contains mainly: blue. Hex color #2645AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2645AA is #D9BA55. Grayscale: #464646. Windows color (decimal): -14269014 or 11158822. OLE color: 11158822.
HSL color Cylindrical-coordinate representation of color #2645AA: hue angle of 225.91º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2645AA is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 69 | 170 | - |
| CMYK | 0.78 | 0.59 | 0 | 0.33 |
| HSL | 225.91º | 0.63% | 0.41% | - |
| HSV(B) | 225.91º | 0.78% | 0.67% | - |
| XYZ | 10.18 | 7.57 | 38.95 | - |
| YUV | 71.25 | 183.73 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 69 | 170 | 0.78 | 0.59 | 0 | 0.33 | 225.91 | 0.63 | 0.41 |
| Hex | 26 | 45 | AA | 4E | 3B | 0 | 21 | E2 | 3F | 29 |
| Octal | 46 | 105 | 252 | 116 | 73 | 0 | 41 | 342 | 77 | 51 |
| Binary | 100110 | 1000101 | 10101010 | 1001110 | 111011 | 0 | 100001 | 11100010 | 111111 | 101001 |
Color Harmonies of #2645AA
Complementary color
Monochromatic Colors of #2645AA
Black with #2645AA
Text Example
Text Example
White with #2645AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2645AA; }
p { color: rgb(38,69,170); }
H1.HeaderClassName
{
color: #2645AA;
}
.AnyTagClassName
{
color: #2645AA;
}
</style>
background-color css
<style>
a { background-color: #2645AA; }
a { background-color: rgb(38,69,170); }
div.DivClassName
{
background-color: #2645AA;
}
.BgClassName
{
background-color: #2645AA;
}
</style>
border-color css
<style>
span { border-color: #2645AA; }
span { border-color: rgb(38,69,170); }
td.TdClassName
{
border-color: #2645AA;
}
.TagClassName
{
border-color: #2645AA;
}
</style>