Shades of Persian Blue #263CD2
Tints of Persian Blue #263CD2
RGB
CMYK
RGB Variations
Color information
#263CD2 (or 0x263CD2) is known color: Persian Blue. HEX triplet: 26, 3C and D2. RGB value is (38,60,210). Sum of RGB (Red+Green+Blue) = 38+60+210=308 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.34% from 308); Green value is 60 (23.83% from 255 or 19.48% from 308); Blue value is 210 (82.42% from 255 or 68.18% from 308); Max value from RGB is 210 - color contains mainly: blue. Hex color #263CD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263CD2 is #D9C32D. Grayscale: #454545. Windows color (decimal): -14271278 or 13777958. OLE color: 13777958.
HSL color Cylindrical-coordinate representation of color #263CD2: hue angle of 232.33º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #263CD2 is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 38 | 60 | 210 | - |
| CMYK | 0.82 | 0.71 | 0 | 0.18 |
| HSL | 232.33º | 0.69% | 0.49% | - |
| HSV(B) | 232.33º | 0.82% | 0.82% | - |
| XYZ | 14.05 | 8.3 | 61.83 | - |
| YUV | 70.52 | 206.71 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 60 | 210 | 0.82 | 0.71 | 0 | 0.18 | 232.33 | 0.69 | 0.49 |
| Hex | 26 | 3C | D2 | 52 | 47 | 0 | 12 | E8 | 45 | 31 |
| Octal | 46 | 74 | 322 | 122 | 107 | 0 | 22 | 350 | 105 | 61 |
| Binary | 100110 | 111100 | 11010010 | 1010010 | 1000111 | 0 | 10010 | 11101000 | 1000101 | 110001 |
Color Harmonies of #263CD2
Complementary color
Monochromatic Colors of #263CD2
Black with #263CD2
Text Example
Text Example
White with #263CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263CD2; }
p { color: rgb(38,60,210); }
H1.HeaderClassName
{
color: #263CD2;
}
.AnyTagClassName
{
color: #263CD2;
}
</style>
background-color css
<style>
a { background-color: #263CD2; }
a { background-color: rgb(38,60,210); }
div.DivClassName
{
background-color: #263CD2;
}
.BgClassName
{
background-color: #263CD2;
}
</style>
border-color css
<style>
span { border-color: #263CD2; }
span { border-color: rgb(38,60,210); }
td.TdClassName
{
border-color: #263CD2;
}
.TagClassName
{
border-color: #263CD2;
}
</style>