Shades of Persian Blue #2638BD
Tints of Persian Blue #2638BD
RGB
CMYK
RGB Variations
Color information
#2638BD (or 0x2638BD) is known color: Persian Blue. HEX triplet: 26, 38 and BD. RGB value is (38,56,189). Sum of RGB (Red+Green+Blue) = 38+56+189=283 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.43% from 283); Green value is 56 (22.27% from 255 or 19.79% from 283); Blue value is 189 (74.22% from 255 or 66.78% from 283); Max value from RGB is 189 - color contains mainly: blue. Hex color #2638BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2638BD is #D9C742. Grayscale: #414141. Windows color (decimal): -14272323 or 12400678. OLE color: 12400678.
HSL color Cylindrical-coordinate representation of color #2638BD: hue angle of 232.85º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2638BD is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 56 | 189 | - |
| CMYK | 0.80 | 0.70 | 0 | 0.26 |
| HSL | 232.85º | 0.67% | 0.45% | - |
| HSV(B) | 232.85º | 0.8% | 0.74% | - |
| XYZ | 11.4 | 6.91 | 48.88 | - |
| YUV | 65.78 | 197.54 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 56 | 189 | 0.80 | 0.70 | 0 | 0.26 | 232.85 | 0.67 | 0.45 |
| Hex | 26 | 38 | BD | 50 | 46 | 0 | 1A | E9 | 43 | 2D |
| Octal | 46 | 70 | 275 | 120 | 106 | 0 | 32 | 351 | 103 | 55 |
| Binary | 100110 | 111000 | 10111101 | 1010000 | 1000110 | 0 | 11010 | 11101001 | 1000011 | 101101 |
Color Harmonies of #2638BD
Complementary color
Monochromatic Colors of #2638BD
Black with #2638BD
Text Example
Text Example
White with #2638BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2638BD; }
p { color: rgb(38,56,189); }
H1.HeaderClassName
{
color: #2638BD;
}
.AnyTagClassName
{
color: #2638BD;
}
</style>
background-color css
<style>
a { background-color: #2638BD; }
a { background-color: rgb(38,56,189); }
div.DivClassName
{
background-color: #2638BD;
}
.BgClassName
{
background-color: #2638BD;
}
</style>
border-color css
<style>
span { border-color: #2638BD; }
span { border-color: rgb(38,56,189); }
td.TdClassName
{
border-color: #2638BD;
}
.TagClassName
{
border-color: #2638BD;
}
</style>