Shades of Persian Blue #263DBD
Tints of Persian Blue #263DBD
RGB
CMYK
RGB Variations
Color information
#263DBD (or 0x263DBD) is known color: Persian Blue. HEX triplet: 26, 3D and BD. RGB value is (38,61,189). Sum of RGB (Red+Green+Blue) = 38+61+189=288 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.19% from 288); Green value is 61 (24.22% from 255 or 21.18% from 288); Blue value is 189 (74.22% from 255 or 65.62% from 288); Max value from RGB is 189 - color contains mainly: blue. Hex color #263DBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263DBD is #D9C242. Grayscale: #444444. Windows color (decimal): -14271043 or 12401958. OLE color: 12401958.
HSL color Cylindrical-coordinate representation of color #263DBD: hue angle of 230.86º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #263DBD is Cyan = 0.80, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 61 | 189 | - |
| CMYK | 0.80 | 0.68 | 0 | 0.26 |
| HSL | 230.86º | 0.67% | 0.45% | - |
| HSV(B) | 230.86º | 0.8% | 0.74% | - |
| XYZ | 11.65 | 7.42 | 48.96 | - |
| YUV | 68.72 | 195.88 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 61 | 189 | 0.80 | 0.68 | 0 | 0.26 | 230.86 | 0.67 | 0.45 |
| Hex | 26 | 3D | BD | 50 | 44 | 0 | 1A | E7 | 43 | 2D |
| Octal | 46 | 75 | 275 | 120 | 104 | 0 | 32 | 347 | 103 | 55 |
| Binary | 100110 | 111101 | 10111101 | 1010000 | 1000100 | 0 | 11010 | 11100111 | 1000011 | 101101 |
Color Harmonies of #263DBD
Complementary color
Monochromatic Colors of #263DBD
Black with #263DBD
Text Example
Text Example
White with #263DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263DBD; }
p { color: rgb(38,61,189); }
H1.HeaderClassName
{
color: #263DBD;
}
.AnyTagClassName
{
color: #263DBD;
}
</style>
background-color css
<style>
a { background-color: #263DBD; }
a { background-color: rgb(38,61,189); }
div.DivClassName
{
background-color: #263DBD;
}
.BgClassName
{
background-color: #263DBD;
}
</style>
border-color css
<style>
span { border-color: #263DBD; }
span { border-color: rgb(38,61,189); }
td.TdClassName
{
border-color: #263DBD;
}
.TagClassName
{
border-color: #263DBD;
}
</style>