Shades of Persian Blue #2638BC
Tints of Persian Blue #2638BC
RGB
CMYK
RGB Variations
Color information
#2638BC (or 0x2638BC) is known color: Persian Blue. HEX triplet: 26, 38 and BC. RGB value is (38,56,188). Sum of RGB (Red+Green+Blue) = 38+56+188=282 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.48% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 188 (73.83% from 255 or 66.67% from 282); Max value from RGB is 188 - color contains mainly: blue. Hex color #2638BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2638BC is #D9C743. Grayscale: #414141. Windows color (decimal): -14272324 or 12335142. OLE color: 12335142.
HSL color Cylindrical-coordinate representation of color #2638BC: hue angle of 232.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 #2638BC is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 56 | 188 | - |
| CMYK | 0.80 | 0.70 | 0 | 0.26 |
| HSL | 232.8º | 0.66% | 0.44% | - |
| HSV(B) | 232.8º | 0.8% | 0.74% | - |
| XYZ | 11.29 | 6.87 | 48.31 | - |
| YUV | 65.67 | 197.04 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 56 | 188 | 0.80 | 0.70 | 0 | 0.26 | 232.8 | 0.66 | 0.44 |
| Hex | 26 | 38 | BC | 50 | 46 | 0 | 1A | E9 | 42 | 2C |
| Octal | 46 | 70 | 274 | 120 | 106 | 0 | 32 | 351 | 102 | 54 |
| Binary | 100110 | 111000 | 10111100 | 1010000 | 1000110 | 0 | 11010 | 11101001 | 1000010 | 101100 |
Color Harmonies of #2638BC
Complementary color
Monochromatic Colors of #2638BC
Black with #2638BC
Text Example
Text Example
White with #2638BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2638BC; }
p { color: rgb(38,56,188); }
H1.HeaderClassName
{
color: #2638BC;
}
.AnyTagClassName
{
color: #2638BC;
}
</style>
background-color css
<style>
a { background-color: #2638BC; }
a { background-color: rgb(38,56,188); }
div.DivClassName
{
background-color: #2638BC;
}
.BgClassName
{
background-color: #2638BC;
}
</style>
border-color css
<style>
span { border-color: #2638BC; }
span { border-color: rgb(38,56,188); }
td.TdClassName
{
border-color: #2638BC;
}
.TagClassName
{
border-color: #2638BC;
}
</style>