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