Shades of Persian Blue #2634BA
Tints of Persian Blue #2634BA
RGB
CMYK
RGB Variations
Color information
#2634BA (or 0x2634BA) is known color: Persian Blue. HEX triplet: 26, 34 and BA. RGB value is (38,52,186). Sum of RGB (Red+Green+Blue) = 38+52+186=276 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.77% from 276); Green value is 52 (20.70% from 255 or 18.84% from 276); Blue value is 186 (73.05% from 255 or 67.39% from 276); Max value from RGB is 186 - color contains mainly: blue. Hex color #2634BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2634BA is #D9CB45. Grayscale: #3E3E3E. Windows color (decimal): -14273350 or 12203046. OLE color: 12203046.
HSL color Cylindrical-coordinate representation of color #2634BA: hue angle of 234.32º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2634BA is Cyan = 0.80, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 52 | 186 | - |
| CMYK | 0.80 | 0.72 | 0 | 0.27 |
| HSL | 234.32º | 0.66% | 0.44% | - |
| HSV(B) | 234.32º | 0.8% | 0.73% | - |
| XYZ | 10.89 | 6.41 | 47.12 | - |
| YUV | 63.09 | 197.36 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 52 | 186 | 0.80 | 0.72 | 0 | 0.27 | 234.32 | 0.66 | 0.44 |
| Hex | 26 | 34 | BA | 50 | 48 | 0 | 1B | EA | 42 | 2C |
| Octal | 46 | 64 | 272 | 120 | 110 | 0 | 33 | 352 | 102 | 54 |
| Binary | 100110 | 110100 | 10111010 | 1010000 | 1001000 | 0 | 11011 | 11101010 | 1000010 | 101100 |
Color Harmonies of #2634BA
Complementary color
Monochromatic Colors of #2634BA
Black with #2634BA
Text Example
Text Example
White with #2634BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2634BA; }
p { color: rgb(38,52,186); }
H1.HeaderClassName
{
color: #2634BA;
}
.AnyTagClassName
{
color: #2634BA;
}
</style>
background-color css
<style>
a { background-color: #2634BA; }
a { background-color: rgb(38,52,186); }
div.DivClassName
{
background-color: #2634BA;
}
.BgClassName
{
background-color: #2634BA;
}
</style>
border-color css
<style>
span { border-color: #2634BA; }
span { border-color: rgb(38,52,186); }
td.TdClassName
{
border-color: #2634BA;
}
.TagClassName
{
border-color: #2634BA;
}
</style>