Shades of Persian Blue #293FB3
Tints of Persian Blue #293FB3
RGB
CMYK
RGB Variations
Color information
#293FB3 (or 0x293FB3) is known color: Persian Blue. HEX triplet: 29, 3F and B3. RGB value is (41,63,179). Sum of RGB (Red+Green+Blue) = 41+63+179=283 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.49% from 283); Green value is 63 (25% from 255 or 22.26% from 283); Blue value is 179 (70.31% from 255 or 63.25% from 283); Max value from RGB is 179 - color contains mainly: blue. Hex color #293FB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293FB3 is #D6C04C. Grayscale: #454545. Windows color (decimal): -14073933 or 11747113. OLE color: 11747113.
HSL color Cylindrical-coordinate representation of color #293FB3: hue angle of 230.43º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #293FB3 is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 41 | 63 | 179 | - |
| CMYK | 0.77 | 0.65 | 0 | 0.30 |
| HSL | 230.43º | 0.63% | 0.43% | - |
| HSV(B) | 230.43º | 0.77% | 0.7% | - |
| XYZ | 10.83 | 7.28 | 43.48 | - |
| YUV | 69.65 | 189.71 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 63 | 179 | 0.77 | 0.65 | 0 | 0.30 | 230.43 | 0.63 | 0.43 |
| Hex | 29 | 3F | B3 | 4D | 41 | 0 | 1E | E6 | 3F | 2B |
| Octal | 51 | 77 | 263 | 115 | 101 | 0 | 36 | 346 | 77 | 53 |
| Binary | 101001 | 111111 | 10110011 | 1001101 | 1000001 | 0 | 11110 | 11100110 | 111111 | 101011 |
Color Harmonies of #293FB3
Complementary color
Monochromatic Colors of #293FB3
Black with #293FB3
Text Example
Text Example
White with #293FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293FB3; }
p { color: rgb(41,63,179); }
H1.HeaderClassName
{
color: #293FB3;
}
.AnyTagClassName
{
color: #293FB3;
}
</style>
background-color css
<style>
a { background-color: #293FB3; }
a { background-color: rgb(41,63,179); }
div.DivClassName
{
background-color: #293FB3;
}
.BgClassName
{
background-color: #293FB3;
}
</style>
border-color css
<style>
span { border-color: #293FB3; }
span { border-color: rgb(41,63,179); }
td.TdClassName
{
border-color: #293FB3;
}
.TagClassName
{
border-color: #293FB3;
}
</style>