Shades of Persian Blue #2637BC
Tints of Persian Blue #2637BC
RGB
CMYK
RGB Variations
Color information
#2637BC (or 0x2637BC) is known color: Persian Blue. HEX triplet: 26, 37 and BC. RGB value is (38,55,188). Sum of RGB (Red+Green+Blue) = 38+55+188=281 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.52% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 188 (73.83% from 255 or 66.90% from 281); Max value from RGB is 188 - color contains mainly: blue. Hex color #2637BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2637BC is #D9C843. Grayscale: #404040. Windows color (decimal): -14272580 or 12334886. OLE color: 12334886.
HSL color Cylindrical-coordinate representation of color #2637BC: hue angle of 233.2º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2637BC is Cyan = 0.80, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 55 | 188 | - |
| CMYK | 0.80 | 0.71 | 0 | 0.26 |
| HSL | 233.2º | 0.66% | 0.44% | - |
| HSV(B) | 233.2º | 0.8% | 0.74% | - |
| XYZ | 11.24 | 6.78 | 48.29 | - |
| YUV | 65.08 | 197.37 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 55 | 188 | 0.80 | 0.71 | 0 | 0.26 | 233.2 | 0.66 | 0.44 |
| Hex | 26 | 37 | BC | 50 | 47 | 0 | 1A | E9 | 42 | 2C |
| Octal | 46 | 67 | 274 | 120 | 107 | 0 | 32 | 351 | 102 | 54 |
| Binary | 100110 | 110111 | 10111100 | 1010000 | 1000111 | 0 | 11010 | 11101001 | 1000010 | 101100 |
Color Harmonies of #2637BC
Complementary color
Monochromatic Colors of #2637BC
Black with #2637BC
Text Example
Text Example
White with #2637BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2637BC; }
p { color: rgb(38,55,188); }
H1.HeaderClassName
{
color: #2637BC;
}
.AnyTagClassName
{
color: #2637BC;
}
</style>
background-color css
<style>
a { background-color: #2637BC; }
a { background-color: rgb(38,55,188); }
div.DivClassName
{
background-color: #2637BC;
}
.BgClassName
{
background-color: #2637BC;
}
</style>
border-color css
<style>
span { border-color: #2637BC; }
span { border-color: rgb(38,55,188); }
td.TdClassName
{
border-color: #2637BC;
}
.TagClassName
{
border-color: #2637BC;
}
</style>