Shades of Persian Blue #263DC2
Tints of Persian Blue #263DC2
RGB
CMYK
RGB Variations
Color information
#263DC2 (or 0x263DC2) is known color: Persian Blue. HEX triplet: 26, 3D and C2. RGB value is (38,61,194). Sum of RGB (Red+Green+Blue) = 38+61+194=293 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.97% from 293); Green value is 61 (24.22% from 255 or 20.82% from 293); Blue value is 194 (76.17% from 255 or 66.21% from 293); Max value from RGB is 194 - color contains mainly: blue. Hex color #263DC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263DC2 is #D9C23D. Grayscale: #444444. Windows color (decimal): -14271038 or 12729638. OLE color: 12729638.
HSL color Cylindrical-coordinate representation of color #263DC2: hue angle of 231.15º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #263DC2 is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 38 | 61 | 194 | - |
| CMYK | 0.80 | 0.69 | 0 | 0.24 |
| HSL | 231.15º | 0.67% | 0.45% | - |
| HSV(B) | 231.15º | 0.8% | 0.76% | - |
| XYZ | 12.21 | 7.64 | 51.87 | - |
| YUV | 69.29 | 198.38 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 61 | 194 | 0.80 | 0.69 | 0 | 0.24 | 231.15 | 0.67 | 0.45 |
| Hex | 26 | 3D | C2 | 50 | 45 | 0 | 18 | E7 | 43 | 2D |
| Octal | 46 | 75 | 302 | 120 | 105 | 0 | 30 | 347 | 103 | 55 |
| Binary | 100110 | 111101 | 11000010 | 1010000 | 1000101 | 0 | 11000 | 11100111 | 1000011 | 101101 |
Color Harmonies of #263DC2
Complementary color
Monochromatic Colors of #263DC2
Black with #263DC2
Text Example
Text Example
White with #263DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263DC2; }
p { color: rgb(38,61,194); }
H1.HeaderClassName
{
color: #263DC2;
}
.AnyTagClassName
{
color: #263DC2;
}
</style>
background-color css
<style>
a { background-color: #263DC2; }
a { background-color: rgb(38,61,194); }
div.DivClassName
{
background-color: #263DC2;
}
.BgClassName
{
background-color: #263DC2;
}
</style>
border-color css
<style>
span { border-color: #263DC2; }
span { border-color: rgb(38,61,194); }
td.TdClassName
{
border-color: #263DC2;
}
.TagClassName
{
border-color: #263DC2;
}
</style>