Shades of Persian Blue #2631C0
Tints of Persian Blue #2631C0
RGB
CMYK
RGB Variations
Color information
#2631C0 (or 0x2631C0) is known color: Persian Blue. HEX triplet: 26, 31 and C0. RGB value is (38,49,192). Sum of RGB (Red+Green+Blue) = 38+49+192=279 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.62% from 279); Green value is 49 (19.53% from 255 or 17.56% from 279); Blue value is 192 (75.39% from 255 or 68.82% from 279); Max value from RGB is 192 - color contains mainly: blue. Hex color #2631C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2631C0 is #D9CE3F. Grayscale: #3D3D3D. Windows color (decimal): -14274112 or 12595494. OLE color: 12595494.
HSL color Cylindrical-coordinate representation of color #2631C0: hue angle of 235.71º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2631C0 is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 38 | 49 | 192 | - |
| CMYK | 0.80 | 0.74 | 0 | 0.25 |
| HSL | 235.71º | 0.67% | 0.45% | - |
| HSV(B) | 235.71º | 0.8% | 0.75% | - |
| XYZ | 11.41 | 6.41 | 50.51 | - |
| YUV | 62.01 | 201.36 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 49 | 192 | 0.80 | 0.74 | 0 | 0.25 | 235.71 | 0.67 | 0.45 |
| Hex | 26 | 31 | C0 | 50 | 4A | 0 | 19 | EC | 43 | 2D |
| Octal | 46 | 61 | 300 | 120 | 112 | 0 | 31 | 354 | 103 | 55 |
| Binary | 100110 | 110001 | 11000000 | 1010000 | 1001010 | 0 | 11001 | 11101100 | 1000011 | 101101 |
Color Harmonies of #2631C0
Complementary color
Monochromatic Colors of #2631C0
Black with #2631C0
Text Example
Text Example
White with #2631C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2631C0; }
p { color: rgb(38,49,192); }
H1.HeaderClassName
{
color: #2631C0;
}
.AnyTagClassName
{
color: #2631C0;
}
</style>
background-color css
<style>
a { background-color: #2631C0; }
a { background-color: rgb(38,49,192); }
div.DivClassName
{
background-color: #2631C0;
}
.BgClassName
{
background-color: #2631C0;
}
</style>
border-color css
<style>
span { border-color: #2631C0; }
span { border-color: rgb(38,49,192); }
td.TdClassName
{
border-color: #2631C0;
}
.TagClassName
{
border-color: #2631C0;
}
</style>