Shades of Persian Blue #263DBB
Tints of Persian Blue #263DBB
RGB
CMYK
RGB Variations
Color information
#263DBB (or 0x263DBB) is known color: Persian Blue. HEX triplet: 26, 3D and BB. RGB value is (38,61,187). Sum of RGB (Red+Green+Blue) = 38+61+187=286 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.29% from 286); Green value is 61 (24.22% from 255 or 21.33% from 286); Blue value is 187 (73.44% from 255 or 65.38% from 286); Max value from RGB is 187 - color contains mainly: blue. Hex color #263DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263DBB is #D9C244. Grayscale: #434343. Windows color (decimal): -14271045 or 12270886. OLE color: 12270886.
HSL color Cylindrical-coordinate representation of color #263DBB: hue angle of 230.74º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #263DBB is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 61 | 187 | - |
| CMYK | 0.80 | 0.67 | 0 | 0.27 |
| HSL | 230.74º | 0.66% | 0.44% | - |
| HSV(B) | 230.74º | 0.8% | 0.73% | - |
| XYZ | 11.44 | 7.34 | 47.83 | - |
| YUV | 68.49 | 194.88 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 61 | 187 | 0.80 | 0.67 | 0 | 0.27 | 230.74 | 0.66 | 0.44 |
| Hex | 26 | 3D | BB | 50 | 43 | 0 | 1B | E7 | 42 | 2C |
| Octal | 46 | 75 | 273 | 120 | 103 | 0 | 33 | 347 | 102 | 54 |
| Binary | 100110 | 111101 | 10111011 | 1010000 | 1000011 | 0 | 11011 | 11100111 | 1000010 | 101100 |
Color Harmonies of #263DBB
Complementary color
Monochromatic Colors of #263DBB
Black with #263DBB
Text Example
Text Example
White with #263DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263DBB; }
p { color: rgb(38,61,187); }
H1.HeaderClassName
{
color: #263DBB;
}
.AnyTagClassName
{
color: #263DBB;
}
</style>
background-color css
<style>
a { background-color: #263DBB; }
a { background-color: rgb(38,61,187); }
div.DivClassName
{
background-color: #263DBB;
}
.BgClassName
{
background-color: #263DBB;
}
</style>
border-color css
<style>
span { border-color: #263DBB; }
span { border-color: rgb(38,61,187); }
td.TdClassName
{
border-color: #263DBB;
}
.TagClassName
{
border-color: #263DBB;
}
</style>