Shades of Persian Blue #2630AF
Tints of Persian Blue #2630AF
RGB
CMYK
RGB Variations
Color information
#2630AF (or 0x2630AF) is known color: Persian Blue. HEX triplet: 26, 30 and AF. RGB value is (38,48,175). Sum of RGB (Red+Green+Blue) = 38+48+175=261 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.56% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 175 (68.75% from 255 or 67.05% from 261); Max value from RGB is 175 - color contains mainly: blue. Hex color #2630AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2630AF is #D9CF50. Grayscale: #3A3A3A. Windows color (decimal): -14274385 or 11481126. OLE color: 11481126.
HSL color Cylindrical-coordinate representation of color #2630AF: hue angle of 235.62º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2630AF is Cyan = 0.78, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 38 | 48 | 175 | - |
| CMYK | 0.78 | 0.73 | 0 | 0.31 |
| HSL | 235.62º | 0.64% | 0.42% | - |
| HSV(B) | 235.62º | 0.78% | 0.69% | - |
| XYZ | 9.59 | 5.62 | 41.14 | - |
| YUV | 59.49 | 193.19 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 48 | 175 | 0.78 | 0.73 | 0 | 0.31 | 235.62 | 0.64 | 0.42 |
| Hex | 26 | 30 | AF | 4E | 49 | 0 | 1F | EC | 40 | 2A |
| Octal | 46 | 60 | 257 | 116 | 111 | 0 | 37 | 354 | 100 | 52 |
| Binary | 100110 | 110000 | 10101111 | 1001110 | 1001001 | 0 | 11111 | 11101100 | 1000000 | 101010 |
Color Harmonies of #2630AF
Complementary color
Monochromatic Colors of #2630AF
Black with #2630AF
Text Example
Text Example
White with #2630AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2630AF; }
p { color: rgb(38,48,175); }
H1.HeaderClassName
{
color: #2630AF;
}
.AnyTagClassName
{
color: #2630AF;
}
</style>
background-color css
<style>
a { background-color: #2630AF; }
a { background-color: rgb(38,48,175); }
div.DivClassName
{
background-color: #2630AF;
}
.BgClassName
{
background-color: #2630AF;
}
</style>
border-color css
<style>
span { border-color: #2630AF; }
span { border-color: rgb(38,48,175); }
td.TdClassName
{
border-color: #2630AF;
}
.TagClassName
{
border-color: #2630AF;
}
</style>