Shades of Persian Blue #263DBF
Tints of Persian Blue #263DBF
RGB
CMYK
RGB Variations
Color information
#263DBF (or 0x263DBF) is known color: Persian Blue. HEX triplet: 26, 3D and BF. RGB value is (38,61,191). Sum of RGB (Red+Green+Blue) = 38+61+191=290 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.10% from 290); Green value is 61 (24.22% from 255 or 21.03% from 290); Blue value is 191 (75% from 255 or 65.86% from 290); Max value from RGB is 191 - color contains mainly: blue. Hex color #263DBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263DBF is #D9C240. Grayscale: #444444. Windows color (decimal): -14271041 or 12533030. OLE color: 12533030.
HSL color Cylindrical-coordinate representation of color #263DBF: hue angle of 230.98º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #263DBF is Cyan = 0.80, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 38 | 61 | 191 | - |
| CMYK | 0.80 | 0.68 | 0 | 0.25 |
| HSL | 230.98º | 0.67% | 0.45% | - |
| HSV(B) | 230.98º | 0.8% | 0.75% | - |
| XYZ | 11.87 | 7.51 | 50.11 | - |
| YUV | 68.94 | 196.88 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 61 | 191 | 0.80 | 0.68 | 0 | 0.25 | 230.98 | 0.67 | 0.45 |
| Hex | 26 | 3D | BF | 50 | 44 | 0 | 19 | E7 | 43 | 2D |
| Octal | 46 | 75 | 277 | 120 | 104 | 0 | 31 | 347 | 103 | 55 |
| Binary | 100110 | 111101 | 10111111 | 1010000 | 1000100 | 0 | 11001 | 11100111 | 1000011 | 101101 |
Color Harmonies of #263DBF
Complementary color
Monochromatic Colors of #263DBF
Black with #263DBF
Text Example
Text Example
White with #263DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263DBF; }
p { color: rgb(38,61,191); }
H1.HeaderClassName
{
color: #263DBF;
}
.AnyTagClassName
{
color: #263DBF;
}
</style>
background-color css
<style>
a { background-color: #263DBF; }
a { background-color: rgb(38,61,191); }
div.DivClassName
{
background-color: #263DBF;
}
.BgClassName
{
background-color: #263DBF;
}
</style>
border-color css
<style>
span { border-color: #263DBF; }
span { border-color: rgb(38,61,191); }
td.TdClassName
{
border-color: #263DBF;
}
.TagClassName
{
border-color: #263DBF;
}
</style>