Shades of Persian Blue #2630BF
Tints of Persian Blue #2630BF
RGB
CMYK
RGB Variations
Color information
#2630BF (or 0x2630BF) is known color: Persian Blue. HEX triplet: 26, 30 and BF. RGB value is (38,48,191). Sum of RGB (Red+Green+Blue) = 38+48+191=277 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.72% from 277); Green value is 48 (19.14% from 255 or 17.33% from 277); Blue value is 191 (75% from 255 or 68.95% from 277); Max value from RGB is 191 - color contains mainly: blue. Hex color #2630BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2630BF is #D9CF40. Grayscale: #3C3C3C. Windows color (decimal): -14274369 or 12529702. OLE color: 12529702.
HSL color Cylindrical-coordinate representation of color #2630BF: hue angle of 236.08º 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 #2630BF is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 38 | 48 | 191 | - |
| CMYK | 0.80 | 0.75 | 0 | 0.25 |
| HSL | 236.08º | 0.67% | 0.45% | - |
| HSV(B) | 236.08º | 0.8% | 0.75% | - |
| XYZ | 11.26 | 6.29 | 49.91 | - |
| YUV | 61.31 | 201.19 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 48 | 191 | 0.80 | 0.75 | 0 | 0.25 | 236.08 | 0.67 | 0.45 |
| Hex | 26 | 30 | BF | 50 | 4B | 0 | 19 | EC | 43 | 2D |
| Octal | 46 | 60 | 277 | 120 | 113 | 0 | 31 | 354 | 103 | 55 |
| Binary | 100110 | 110000 | 10111111 | 1010000 | 1001011 | 0 | 11001 | 11101100 | 1000011 | 101101 |
Color Harmonies of #2630BF
Complementary color
Monochromatic Colors of #2630BF
Black with #2630BF
Text Example
Text Example
White with #2630BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2630BF; }
p { color: rgb(38,48,191); }
H1.HeaderClassName
{
color: #2630BF;
}
.AnyTagClassName
{
color: #2630BF;
}
</style>
background-color css
<style>
a { background-color: #2630BF; }
a { background-color: rgb(38,48,191); }
div.DivClassName
{
background-color: #2630BF;
}
.BgClassName
{
background-color: #2630BF;
}
</style>
border-color css
<style>
span { border-color: #2630BF; }
span { border-color: rgb(38,48,191); }
td.TdClassName
{
border-color: #2630BF;
}
.TagClassName
{
border-color: #2630BF;
}
</style>