Shades of Persian Blue #263BB4
Tints of Persian Blue #263BB4
RGB
CMYK
RGB Variations
Color information
#263BB4 (or 0x263BB4) is known color: Persian Blue. HEX triplet: 26, 3B and B4. RGB value is (38,59,180). Sum of RGB (Red+Green+Blue) = 38+59+180=277 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.72% from 277); Green value is 59 (23.44% from 255 or 21.30% from 277); Blue value is 180 (70.70% from 255 or 64.98% from 277); Max value from RGB is 180 - color contains mainly: blue. Hex color #263BB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263BB4 is #D9C44B. Grayscale: #424242. Windows color (decimal): -14271564 or 11811622. OLE color: 11811622.
HSL color Cylindrical-coordinate representation of color #263BB4: hue angle of 231.13º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #263BB4 is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 38 | 59 | 180 | - |
| CMYK | 0.79 | 0.67 | 0 | 0.29 |
| HSL | 231.13º | 0.65% | 0.43% | - |
| HSV(B) | 231.13º | 0.79% | 0.71% | - |
| XYZ | 10.6 | 6.84 | 43.94 | - |
| YUV | 66.52 | 192.04 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 59 | 180 | 0.79 | 0.67 | 0 | 0.29 | 231.13 | 0.65 | 0.43 |
| Hex | 26 | 3B | B4 | 4F | 43 | 0 | 1D | E7 | 41 | 2B |
| Octal | 46 | 73 | 264 | 117 | 103 | 0 | 35 | 347 | 101 | 53 |
| Binary | 100110 | 111011 | 10110100 | 1001111 | 1000011 | 0 | 11101 | 11100111 | 1000001 | 101011 |
Color Harmonies of #263BB4
Complementary color
Monochromatic Colors of #263BB4
Black with #263BB4
Text Example
Text Example
White with #263BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263BB4; }
p { color: rgb(38,59,180); }
H1.HeaderClassName
{
color: #263BB4;
}
.AnyTagClassName
{
color: #263BB4;
}
</style>
background-color css
<style>
a { background-color: #263BB4; }
a { background-color: rgb(38,59,180); }
div.DivClassName
{
background-color: #263BB4;
}
.BgClassName
{
background-color: #263BB4;
}
</style>
border-color css
<style>
span { border-color: #263BB4; }
span { border-color: rgb(38,59,180); }
td.TdClassName
{
border-color: #263BB4;
}
.TagClassName
{
border-color: #263BB4;
}
</style>