Shades of Persian Blue #2637BD
Tints of Persian Blue #2637BD
RGB
CMYK
RGB Variations
Color information
#2637BD (or 0x2637BD) is known color: Persian Blue. HEX triplet: 26, 37 and BD. RGB value is (38,55,189). Sum of RGB (Red+Green+Blue) = 38+55+189=282 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.48% from 282); Green value is 55 (21.88% from 255 or 19.50% from 282); Blue value is 189 (74.22% from 255 or 67.02% from 282); Max value from RGB is 189 - color contains mainly: blue. Hex color #2637BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2637BD is #D9C842. Grayscale: #404040. Windows color (decimal): -14272579 or 12400422. OLE color: 12400422.
HSL color Cylindrical-coordinate representation of color #2637BD: hue angle of 233.25º 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 #2637BD is Cyan = 0.80, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 55 | 189 | - |
| CMYK | 0.80 | 0.71 | 0 | 0.26 |
| HSL | 233.25º | 0.67% | 0.45% | - |
| HSV(B) | 233.25º | 0.8% | 0.74% | - |
| XYZ | 11.35 | 6.82 | 48.86 | - |
| YUV | 65.19 | 197.87 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 55 | 189 | 0.80 | 0.71 | 0 | 0.26 | 233.25 | 0.67 | 0.45 |
| Hex | 26 | 37 | BD | 50 | 47 | 0 | 1A | E9 | 43 | 2D |
| Octal | 46 | 67 | 275 | 120 | 107 | 0 | 32 | 351 | 103 | 55 |
| Binary | 100110 | 110111 | 10111101 | 1010000 | 1000111 | 0 | 11010 | 11101001 | 1000011 | 101101 |
Color Harmonies of #2637BD
Complementary color
Monochromatic Colors of #2637BD
Black with #2637BD
Text Example
Text Example
White with #2637BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2637BD; }
p { color: rgb(38,55,189); }
H1.HeaderClassName
{
color: #2637BD;
}
.AnyTagClassName
{
color: #2637BD;
}
</style>
background-color css
<style>
a { background-color: #2637BD; }
a { background-color: rgb(38,55,189); }
div.DivClassName
{
background-color: #2637BD;
}
.BgClassName
{
background-color: #2637BD;
}
</style>
border-color css
<style>
span { border-color: #2637BD; }
span { border-color: rgb(38,55,189); }
td.TdClassName
{
border-color: #2637BD;
}
.TagClassName
{
border-color: #2637BD;
}
</style>