Shades of Persian Blue #2643AE
Tints of Persian Blue #2643AE
RGB
CMYK
RGB Variations
Color information
#2643AE (or 0x2643AE) is known color: Persian Blue. HEX triplet: 26, 43 and AE. RGB value is (38,67,174). Sum of RGB (Red+Green+Blue) = 38+67+174=279 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.62% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 174 (68.36% from 255 or 62.37% from 279); Max value from RGB is 174 - color contains mainly: blue. Hex color #2643AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2643AE is #D9BC51. Grayscale: #464646. Windows color (decimal): -14269522 or 11420454. OLE color: 11420454.
HSL color Cylindrical-coordinate representation of color #2643AE: hue angle of 227.21º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2643AE is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 67 | 174 | - |
| CMYK | 0.78 | 0.61 | 0 | 0.32 |
| HSL | 227.21º | 0.64% | 0.42% | - |
| HSV(B) | 227.21º | 0.78% | 0.68% | - |
| XYZ | 10.45 | 7.48 | 40.94 | - |
| YUV | 70.53 | 186.39 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 67 | 174 | 0.78 | 0.61 | 0 | 0.32 | 227.21 | 0.64 | 0.42 |
| Hex | 26 | 43 | AE | 4E | 3D | 0 | 20 | E3 | 40 | 2A |
| Octal | 46 | 103 | 256 | 116 | 75 | 0 | 40 | 343 | 100 | 52 |
| Binary | 100110 | 1000011 | 10101110 | 1001110 | 111101 | 0 | 100000 | 11100011 | 1000000 | 101010 |
Color Harmonies of #2643AE
Complementary color
Monochromatic Colors of #2643AE
Black with #2643AE
Text Example
Text Example
White with #2643AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2643AE; }
p { color: rgb(38,67,174); }
H1.HeaderClassName
{
color: #2643AE;
}
.AnyTagClassName
{
color: #2643AE;
}
</style>
background-color css
<style>
a { background-color: #2643AE; }
a { background-color: rgb(38,67,174); }
div.DivClassName
{
background-color: #2643AE;
}
.BgClassName
{
background-color: #2643AE;
}
</style>
border-color css
<style>
span { border-color: #2643AE; }
span { border-color: rgb(38,67,174); }
td.TdClassName
{
border-color: #2643AE;
}
.TagClassName
{
border-color: #2643AE;
}
</style>