Shades of Persian Blue #263FCE
Tints of Persian Blue #263FCE
RGB
CMYK
RGB Variations
Color information
#263FCE (or 0x263FCE) is known color: Persian Blue. HEX triplet: 26, 3F and CE. RGB value is (38,63,206). Sum of RGB (Red+Green+Blue) = 38+63+206=307 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.38% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 206 (80.86% from 255 or 67.10% from 307); Max value from RGB is 206 - color contains mainly: blue. Hex color #263FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263FCE is #D9C031. Grayscale: #474747. Windows color (decimal): -14270514 or 13516582. OLE color: 13516582.
HSL color Cylindrical-coordinate representation of color #263FCE: hue angle of 231.07º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #263FCE is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 63 | 206 | - |
| CMYK | 0.82 | 0.69 | 0 | 0.19 |
| HSL | 231.07º | 0.69% | 0.48% | - |
| HSV(B) | 231.07º | 0.82% | 0.81% | - |
| XYZ | 13.72 | 8.42 | 59.3 | - |
| YUV | 71.83 | 203.72 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 63 | 206 | 0.82 | 0.69 | 0 | 0.19 | 231.07 | 0.69 | 0.48 |
| Hex | 26 | 3F | CE | 52 | 45 | 0 | 13 | E7 | 45 | 30 |
| Octal | 46 | 77 | 316 | 122 | 105 | 0 | 23 | 347 | 105 | 60 |
| Binary | 100110 | 111111 | 11001110 | 1010010 | 1000101 | 0 | 10011 | 11100111 | 1000101 | 110000 |
Color Harmonies of #263FCE
Complementary color
Monochromatic Colors of #263FCE
Black with #263FCE
Text Example
Text Example
White with #263FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263FCE; }
p { color: rgb(38,63,206); }
H1.HeaderClassName
{
color: #263FCE;
}
.AnyTagClassName
{
color: #263FCE;
}
</style>
background-color css
<style>
a { background-color: #263FCE; }
a { background-color: rgb(38,63,206); }
div.DivClassName
{
background-color: #263FCE;
}
.BgClassName
{
background-color: #263FCE;
}
</style>
border-color css
<style>
span { border-color: #263FCE; }
span { border-color: rgb(38,63,206); }
td.TdClassName
{
border-color: #263FCE;
}
.TagClassName
{
border-color: #263FCE;
}
</style>