Shades of Persian Blue #2636BA
Tints of Persian Blue #2636BA
RGB
CMYK
RGB Variations
Color information
#2636BA (or 0x2636BA) is known color: Persian Blue. HEX triplet: 26, 36 and BA. RGB value is (38,54,186). Sum of RGB (Red+Green+Blue) = 38+54+186=278 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.67% from 278); Green value is 54 (21.48% from 255 or 19.42% from 278); Blue value is 186 (73.05% from 255 or 66.91% from 278); Max value from RGB is 186 - color contains mainly: blue. Hex color #2636BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2636BA is #D9C945. Grayscale: #3F3F3F. Windows color (decimal): -14272838 or 12203558. OLE color: 12203558.
HSL color Cylindrical-coordinate representation of color #2636BA: hue angle of 233.51º 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 #2636BA is Cyan = 0.80, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 54 | 186 | - |
| CMYK | 0.80 | 0.71 | 0 | 0.27 |
| HSL | 233.51º | 0.66% | 0.44% | - |
| HSV(B) | 233.51º | 0.8% | 0.73% | - |
| XYZ | 10.98 | 6.6 | 47.15 | - |
| YUV | 64.26 | 196.7 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 54 | 186 | 0.80 | 0.71 | 0 | 0.27 | 233.51 | 0.66 | 0.44 |
| Hex | 26 | 36 | BA | 50 | 47 | 0 | 1B | EA | 42 | 2C |
| Octal | 46 | 66 | 272 | 120 | 107 | 0 | 33 | 352 | 102 | 54 |
| Binary | 100110 | 110110 | 10111010 | 1010000 | 1000111 | 0 | 11011 | 11101010 | 1000010 | 101100 |
Color Harmonies of #2636BA
Complementary color
Monochromatic Colors of #2636BA
Black with #2636BA
Text Example
Text Example
White with #2636BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2636BA; }
p { color: rgb(38,54,186); }
H1.HeaderClassName
{
color: #2636BA;
}
.AnyTagClassName
{
color: #2636BA;
}
</style>
background-color css
<style>
a { background-color: #2636BA; }
a { background-color: rgb(38,54,186); }
div.DivClassName
{
background-color: #2636BA;
}
.BgClassName
{
background-color: #2636BA;
}
</style>
border-color css
<style>
span { border-color: #2636BA; }
span { border-color: rgb(38,54,186); }
td.TdClassName
{
border-color: #2636BA;
}
.TagClassName
{
border-color: #2636BA;
}
</style>