Shades of Persian Blue #2643BC
Tints of Persian Blue #2643BC
RGB
CMYK
RGB Variations
Color information
#2643BC (or 0x2643BC) is known color: Persian Blue. HEX triplet: 26, 43 and BC. RGB value is (38,67,188). Sum of RGB (Red+Green+Blue) = 38+67+188=293 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.97% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 188 (73.83% from 255 or 64.16% from 293); Max value from RGB is 188 - color contains mainly: blue. Hex color #2643BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2643BC is #D9BC43. Grayscale: #474747. Windows color (decimal): -14269508 or 12337958. OLE color: 12337958.
HSL color Cylindrical-coordinate representation of color #2643BC: hue angle of 228.4º 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 #2643BC is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 67 | 188 | - |
| CMYK | 0.80 | 0.64 | 0 | 0.26 |
| HSL | 228.4º | 0.66% | 0.44% | - |
| HSV(B) | 228.4º | 0.8% | 0.74% | - |
| XYZ | 11.88 | 8.06 | 48.51 | - |
| YUV | 72.12 | 193.39 | 103.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 67 | 188 | 0.80 | 0.64 | 0 | 0.26 | 228.4 | 0.66 | 0.44 |
| Hex | 26 | 43 | BC | 50 | 40 | 0 | 1A | E4 | 42 | 2C |
| Octal | 46 | 103 | 274 | 120 | 100 | 0 | 32 | 344 | 102 | 54 |
| Binary | 100110 | 1000011 | 10111100 | 1010000 | 1000000 | 0 | 11010 | 11100100 | 1000010 | 101100 |
Color Harmonies of #2643BC
Complementary color
Monochromatic Colors of #2643BC
Black with #2643BC
Text Example
Text Example
White with #2643BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2643BC; }
p { color: rgb(38,67,188); }
H1.HeaderClassName
{
color: #2643BC;
}
.AnyTagClassName
{
color: #2643BC;
}
</style>
background-color css
<style>
a { background-color: #2643BC; }
a { background-color: rgb(38,67,188); }
div.DivClassName
{
background-color: #2643BC;
}
.BgClassName
{
background-color: #2643BC;
}
</style>
border-color css
<style>
span { border-color: #2643BC; }
span { border-color: rgb(38,67,188); }
td.TdClassName
{
border-color: #2643BC;
}
.TagClassName
{
border-color: #2643BC;
}
</style>