Shades of Persian Blue #2630CF
Tints of Persian Blue #2630CF
RGB
CMYK
RGB Variations
Color information
#2630CF (or 0x2630CF) is known color: Persian Blue. HEX triplet: 26, 30 and CF. RGB value is (38,48,207). Sum of RGB (Red+Green+Blue) = 38+48+207=293 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.97% from 293); Green value is 48 (19.14% from 255 or 16.38% from 293); Blue value is 207 (81.25% from 255 or 70.65% from 293); Max value from RGB is 207 - color contains mainly: blue. Hex color #2630CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2630CF is #D9CF30. Grayscale: #3E3E3E. Windows color (decimal): -14274353 or 13578278. OLE color: 13578278.
HSL color Cylindrical-coordinate representation of color #2630CF: hue angle of 236.45º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2630CF is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 48 | 207 | - |
| CMYK | 0.82 | 0.77 | 0 | 0.19 |
| HSL | 236.45º | 0.69% | 0.48% | - |
| HSV(B) | 236.45º | 0.82% | 0.81% | - |
| XYZ | 13.12 | 7.03 | 59.7 | - |
| YUV | 63.14 | 209.19 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 48 | 207 | 0.82 | 0.77 | 0 | 0.19 | 236.45 | 0.69 | 0.48 |
| Hex | 26 | 30 | CF | 52 | 4D | 0 | 13 | EC | 45 | 30 |
| Octal | 46 | 60 | 317 | 122 | 115 | 0 | 23 | 354 | 105 | 60 |
| Binary | 100110 | 110000 | 11001111 | 1010010 | 1001101 | 0 | 10011 | 11101100 | 1000101 | 110000 |
Color Harmonies of #2630CF
Complementary color
Monochromatic Colors of #2630CF
Black with #2630CF
Text Example
Text Example
White with #2630CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2630CF; }
p { color: rgb(38,48,207); }
H1.HeaderClassName
{
color: #2630CF;
}
.AnyTagClassName
{
color: #2630CF;
}
</style>
background-color css
<style>
a { background-color: #2630CF; }
a { background-color: rgb(38,48,207); }
div.DivClassName
{
background-color: #2630CF;
}
.BgClassName
{
background-color: #2630CF;
}
</style>
border-color css
<style>
span { border-color: #2630CF; }
span { border-color: rgb(38,48,207); }
td.TdClassName
{
border-color: #2630CF;
}
.TagClassName
{
border-color: #2630CF;
}
</style>