Shades of Persian Blue #2642BC
Tints of Persian Blue #2642BC
RGB
CMYK
RGB Variations
Color information
#2642BC (or 0x2642BC) is known color: Persian Blue. HEX triplet: 26, 42 and BC. RGB value is (38,66,188). Sum of RGB (Red+Green+Blue) = 38+66+188=292 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.01% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 188 (73.83% from 255 or 64.38% from 292); Max value from RGB is 188 - color contains mainly: blue. Hex color #2642BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2642BC is #D9BD43. Grayscale: #474747. Windows color (decimal): -14269764 or 12337702. OLE color: 12337702.
HSL color Cylindrical-coordinate representation of color #2642BC: hue angle of 228.8º 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 #2642BC is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 66 | 188 | - |
| CMYK | 0.80 | 0.65 | 0 | 0.26 |
| HSL | 228.8º | 0.66% | 0.44% | - |
| HSV(B) | 228.8º | 0.8% | 0.74% | - |
| XYZ | 11.82 | 7.94 | 48.49 | - |
| YUV | 71.54 | 193.72 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 66 | 188 | 0.80 | 0.65 | 0 | 0.26 | 228.8 | 0.66 | 0.44 |
| Hex | 26 | 42 | BC | 50 | 41 | 0 | 1A | E5 | 42 | 2C |
| Octal | 46 | 102 | 274 | 120 | 101 | 0 | 32 | 345 | 102 | 54 |
| Binary | 100110 | 1000010 | 10111100 | 1010000 | 1000001 | 0 | 11010 | 11100101 | 1000010 | 101100 |
Color Harmonies of #2642BC
Complementary color
Monochromatic Colors of #2642BC
Black with #2642BC
Text Example
Text Example
White with #2642BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2642BC; }
p { color: rgb(38,66,188); }
H1.HeaderClassName
{
color: #2642BC;
}
.AnyTagClassName
{
color: #2642BC;
}
</style>
background-color css
<style>
a { background-color: #2642BC; }
a { background-color: rgb(38,66,188); }
div.DivClassName
{
background-color: #2642BC;
}
.BgClassName
{
background-color: #2642BC;
}
</style>
border-color css
<style>
span { border-color: #2642BC; }
span { border-color: rgb(38,66,188); }
td.TdClassName
{
border-color: #2642BC;
}
.TagClassName
{
border-color: #2642BC;
}
</style>