Shades of Persian Blue #263ECF
Tints of Persian Blue #263ECF
RGB
CMYK
RGB Variations
Color information
#263ECF (or 0x263ECF) is known color: Persian Blue. HEX triplet: 26, 3E and CF. RGB value is (38,62,207). Sum of RGB (Red+Green+Blue) = 38+62+207=307 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.38% from 307); Green value is 62 (24.61% from 255 or 20.20% from 307); Blue value is 207 (81.25% from 255 or 67.43% from 307); Max value from RGB is 207 - color contains mainly: blue. Hex color #263ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263ECF is #D9C130. Grayscale: #464646. Windows color (decimal): -14270769 or 13581862. OLE color: 13581862.
HSL color Cylindrical-coordinate representation of color #263ECF: hue angle of 231.48º 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 #263ECF is Cyan = 0.82, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 62 | 207 | - |
| CMYK | 0.82 | 0.70 | 0 | 0.19 |
| HSL | 231.48º | 0.69% | 0.48% | - |
| HSV(B) | 231.48º | 0.82% | 0.81% | - |
| XYZ | 13.78 | 8.36 | 59.92 | - |
| YUV | 71.35 | 204.55 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 62 | 207 | 0.82 | 0.70 | 0 | 0.19 | 231.48 | 0.69 | 0.48 |
| Hex | 26 | 3E | CF | 52 | 46 | 0 | 13 | E7 | 45 | 30 |
| Octal | 46 | 76 | 317 | 122 | 106 | 0 | 23 | 347 | 105 | 60 |
| Binary | 100110 | 111110 | 11001111 | 1010010 | 1000110 | 0 | 10011 | 11100111 | 1000101 | 110000 |
Color Harmonies of #263ECF
Complementary color
Monochromatic Colors of #263ECF
Black with #263ECF
Text Example
Text Example
White with #263ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263ECF; }
p { color: rgb(38,62,207); }
H1.HeaderClassName
{
color: #263ECF;
}
.AnyTagClassName
{
color: #263ECF;
}
</style>
background-color css
<style>
a { background-color: #263ECF; }
a { background-color: rgb(38,62,207); }
div.DivClassName
{
background-color: #263ECF;
}
.BgClassName
{
background-color: #263ECF;
}
</style>
border-color css
<style>
span { border-color: #263ECF; }
span { border-color: rgb(38,62,207); }
td.TdClassName
{
border-color: #263ECF;
}
.TagClassName
{
border-color: #263ECF;
}
</style>