Shades of Persian Blue #2638AC
Tints of Persian Blue #2638AC
RGB
CMYK
RGB Variations
Color information
#2638AC (or 0x2638AC) is known color: Persian Blue. HEX triplet: 26, 38 and AC. RGB value is (38,56,172). Sum of RGB (Red+Green+Blue) = 38+56+172=266 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.29% from 266); Green value is 56 (22.27% from 255 or 21.05% from 266); Blue value is 172 (67.58% from 255 or 64.66% from 266); Max value from RGB is 172 - color contains mainly: blue. Hex color #2638AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2638AC is #D9C753. Grayscale: #3F3F3F. Windows color (decimal): -14272340 or 11286566. OLE color: 11286566.
HSL color Cylindrical-coordinate representation of color #2638AC: hue angle of 231.94º degrees, saturation: 0.64, 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 #2638AC is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 56 | 172 | - |
| CMYK | 0.78 | 0.67 | 0 | 0.33 |
| HSL | 231.94º | 0.64% | 0.41% | - |
| HSV(B) | 231.94º | 0.78% | 0.67% | - |
| XYZ | 9.66 | 6.22 | 39.72 | - |
| YUV | 63.84 | 189.04 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 56 | 172 | 0.78 | 0.67 | 0 | 0.33 | 231.94 | 0.64 | 0.41 |
| Hex | 26 | 38 | AC | 4E | 43 | 0 | 21 | E8 | 40 | 29 |
| Octal | 46 | 70 | 254 | 116 | 103 | 0 | 41 | 350 | 100 | 51 |
| Binary | 100110 | 111000 | 10101100 | 1001110 | 1000011 | 0 | 100001 | 11101000 | 1000000 | 101001 |
Color Harmonies of #2638AC
Complementary color
Monochromatic Colors of #2638AC
Black with #2638AC
Text Example
Text Example
White with #2638AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2638AC; }
p { color: rgb(38,56,172); }
H1.HeaderClassName
{
color: #2638AC;
}
.AnyTagClassName
{
color: #2638AC;
}
</style>
background-color css
<style>
a { background-color: #2638AC; }
a { background-color: rgb(38,56,172); }
div.DivClassName
{
background-color: #2638AC;
}
.BgClassName
{
background-color: #2638AC;
}
</style>
border-color css
<style>
span { border-color: #2638AC; }
span { border-color: rgb(38,56,172); }
td.TdClassName
{
border-color: #2638AC;
}
.TagClassName
{
border-color: #2638AC;
}
</style>