Shades of Persian Blue #2637CB
Tints of Persian Blue #2637CB
RGB
CMYK
RGB Variations
Color information
#2637CB (or 0x2637CB) is known color: Persian Blue. HEX triplet: 26, 37 and CB. RGB value is (38,55,203). Sum of RGB (Red+Green+Blue) = 38+55+203=296 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.84% from 296); Green value is 55 (21.88% from 255 or 18.58% from 296); Blue value is 203 (79.69% from 255 or 68.58% from 296); Max value from RGB is 203 - color contains mainly: blue. Hex color #2637CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2637CB is #D9C834. Grayscale: #424242. Windows color (decimal): -14272565 or 13317926. OLE color: 13317926.
HSL color Cylindrical-coordinate representation of color #2637CB: hue angle of 233.82º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2637CB is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 38 | 55 | 203 | - |
| CMYK | 0.81 | 0.73 | 0 | 0.20 |
| HSL | 233.82º | 0.68% | 0.47% | - |
| HSV(B) | 233.82º | 0.81% | 0.8% | - |
| XYZ | 12.95 | 7.46 | 57.26 | - |
| YUV | 66.79 | 204.87 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 55 | 203 | 0.81 | 0.73 | 0 | 0.20 | 233.82 | 0.68 | 0.47 |
| Hex | 26 | 37 | CB | 51 | 49 | 0 | 14 | EA | 44 | 2F |
| Octal | 46 | 67 | 313 | 121 | 111 | 0 | 24 | 352 | 104 | 57 |
| Binary | 100110 | 110111 | 11001011 | 1010001 | 1001001 | 0 | 10100 | 11101010 | 1000100 | 101111 |
Color Harmonies of #2637CB
Complementary color
Monochromatic Colors of #2637CB
Black with #2637CB
Text Example
Text Example
White with #2637CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2637CB; }
p { color: rgb(38,55,203); }
H1.HeaderClassName
{
color: #2637CB;
}
.AnyTagClassName
{
color: #2637CB;
}
</style>
background-color css
<style>
a { background-color: #2637CB; }
a { background-color: rgb(38,55,203); }
div.DivClassName
{
background-color: #2637CB;
}
.BgClassName
{
background-color: #2637CB;
}
</style>
border-color css
<style>
span { border-color: #2637CB; }
span { border-color: rgb(38,55,203); }
td.TdClassName
{
border-color: #2637CB;
}
.TagClassName
{
border-color: #2637CB;
}
</style>