Shades of Persian Blue #2635BC
Tints of Persian Blue #2635BC
RGB
CMYK
RGB Variations
Color information
#2635BC (or 0x2635BC) is known color: Persian Blue. HEX triplet: 26, 35 and BC. RGB value is (38,53,188). Sum of RGB (Red+Green+Blue) = 38+53+188=279 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.62% from 279); Green value is 53 (21.09% from 255 or 19.00% from 279); Blue value is 188 (73.83% from 255 or 67.38% from 279); Max value from RGB is 188 - color contains mainly: blue. Hex color #2635BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2635BC is #D9CA43. Grayscale: #3F3F3F. Windows color (decimal): -14273092 or 12334374. OLE color: 12334374.
HSL color Cylindrical-coordinate representation of color #2635BC: hue angle of 234º 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 #2635BC is Cyan = 0.80, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 53 | 188 | - |
| CMYK | 0.80 | 0.72 | 0 | 0.26 |
| HSL | 234º | 0.66% | 0.44% | - |
| HSV(B) | 234º | 0.8% | 0.74% | - |
| XYZ | 11.15 | 6.59 | 48.26 | - |
| YUV | 63.91 | 198.03 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 53 | 188 | 0.80 | 0.72 | 0 | 0.26 | 234 | 0.66 | 0.44 |
| Hex | 26 | 35 | BC | 50 | 48 | 0 | 1A | EA | 42 | 2C |
| Octal | 46 | 65 | 274 | 120 | 110 | 0 | 32 | 352 | 102 | 54 |
| Binary | 100110 | 110101 | 10111100 | 1010000 | 1001000 | 0 | 11010 | 11101010 | 1000010 | 101100 |
Color Harmonies of #2635BC
Complementary color
Monochromatic Colors of #2635BC
Black with #2635BC
Text Example
Text Example
White with #2635BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2635BC; }
p { color: rgb(38,53,188); }
H1.HeaderClassName
{
color: #2635BC;
}
.AnyTagClassName
{
color: #2635BC;
}
</style>
background-color css
<style>
a { background-color: #2635BC; }
a { background-color: rgb(38,53,188); }
div.DivClassName
{
background-color: #2635BC;
}
.BgClassName
{
background-color: #2635BC;
}
</style>
border-color css
<style>
span { border-color: #2635BC; }
span { border-color: rgb(38,53,188); }
td.TdClassName
{
border-color: #2635BC;
}
.TagClassName
{
border-color: #2635BC;
}
</style>