Shades of Persian Blue #2630BC
Tints of Persian Blue #2630BC
RGB
CMYK
RGB Variations
Color information
#2630BC (or 0x2630BC) is known color: Persian Blue. HEX triplet: 26, 30 and BC. RGB value is (38,48,188). Sum of RGB (Red+Green+Blue) = 38+48+188=274 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.87% from 274); Green value is 48 (19.14% from 255 or 17.52% from 274); Blue value is 188 (73.83% from 255 or 68.61% from 274); Max value from RGB is 188 - color contains mainly: blue. Hex color #2630BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2630BC is #D9CF43. Grayscale: #3C3C3C. Windows color (decimal): -14274372 or 12333094. OLE color: 12333094.
HSL color Cylindrical-coordinate representation of color #2630BC: hue angle of 236º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2630BC is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 48 | 188 | - |
| CMYK | 0.80 | 0.74 | 0 | 0.26 |
| HSL | 236º | 0.66% | 0.44% | - |
| HSV(B) | 236º | 0.8% | 0.74% | - |
| XYZ | 10.93 | 6.16 | 48.19 | - |
| YUV | 60.97 | 199.69 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 48 | 188 | 0.80 | 0.74 | 0 | 0.26 | 236 | 0.66 | 0.44 |
| Hex | 26 | 30 | BC | 50 | 4A | 0 | 1A | EC | 42 | 2C |
| Octal | 46 | 60 | 274 | 120 | 112 | 0 | 32 | 354 | 102 | 54 |
| Binary | 100110 | 110000 | 10111100 | 1010000 | 1001010 | 0 | 11010 | 11101100 | 1000010 | 101100 |
Color Harmonies of #2630BC
Complementary color
Monochromatic Colors of #2630BC
Black with #2630BC
Text Example
Text Example
White with #2630BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2630BC; }
p { color: rgb(38,48,188); }
H1.HeaderClassName
{
color: #2630BC;
}
.AnyTagClassName
{
color: #2630BC;
}
</style>
background-color css
<style>
a { background-color: #2630BC; }
a { background-color: rgb(38,48,188); }
div.DivClassName
{
background-color: #2630BC;
}
.BgClassName
{
background-color: #2630BC;
}
</style>
border-color css
<style>
span { border-color: #2630BC; }
span { border-color: rgb(38,48,188); }
td.TdClassName
{
border-color: #2630BC;
}
.TagClassName
{
border-color: #2630BC;
}
</style>