Shades of Persian Blue #2637DC
Tints of Persian Blue #2637DC
RGB
CMYK
RGB Variations
Color information
#2637DC (or 0x2637DC) is known color: Persian Blue. HEX triplet: 26, 37 and DC. RGB value is (38,55,220). Sum of RGB (Red+Green+Blue) = 38+55+220=313 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.14% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 220 (86.33% from 255 or 70.29% from 313); Max value from RGB is 220 - color contains mainly: blue. Hex color #2637DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2637DC is #D9C823. Grayscale: #444444. Windows color (decimal): -14272548 or 14432038. OLE color: 14432038.
HSL color Cylindrical-coordinate representation of color #2637DC: hue angle of 234.4º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2637DC is Cyan = 0.83, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 55 | 220 | - |
| CMYK | 0.83 | 0.75 | 0 | 0.14 |
| HSL | 234.4º | 0.72% | 0.51% | - |
| HSV(B) | 234.4º | 0.83% | 0.86% | - |
| XYZ | 15.08 | 8.31 | 68.52 | - |
| YUV | 68.73 | 213.37 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 55 | 220 | 0.83 | 0.75 | 0 | 0.14 | 234.4 | 0.72 | 0.51 |
| Hex | 26 | 37 | DC | 53 | 4B | 0 | E | EA | 48 | 33 |
| Octal | 46 | 67 | 334 | 123 | 113 | 0 | 16 | 352 | 110 | 63 |
| Binary | 100110 | 110111 | 11011100 | 1010011 | 1001011 | 0 | 1110 | 11101010 | 1001000 | 110011 |
Color Harmonies of #2637DC
Complementary color
Monochromatic Colors of #2637DC
Black with #2637DC
Text Example
Text Example
White with #2637DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2637DC; }
p { color: rgb(38,55,220); }
H1.HeaderClassName
{
color: #2637DC;
}
.AnyTagClassName
{
color: #2637DC;
}
</style>
background-color css
<style>
a { background-color: #2637DC; }
a { background-color: rgb(38,55,220); }
div.DivClassName
{
background-color: #2637DC;
}
.BgClassName
{
background-color: #2637DC;
}
</style>
border-color css
<style>
span { border-color: #2637DC; }
span { border-color: rgb(38,55,220); }
td.TdClassName
{
border-color: #2637DC;
}
.TagClassName
{
border-color: #2637DC;
}
</style>