Shades of Persian Blue #2938C3
Tints of Persian Blue #2938C3
RGB
CMYK
RGB Variations
Color information
#2938C3 (or 0x2938C3) is known color: Persian Blue. HEX triplet: 29, 38 and C3. RGB value is (41,56,195). Sum of RGB (Red+Green+Blue) = 41+56+195=292 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.04% from 292); Green value is 56 (22.27% from 255 or 19.18% from 292); Blue value is 195 (76.56% from 255 or 66.78% from 292); Max value from RGB is 195 - color contains mainly: blue. Hex color #2938C3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2938C3 is #D6C73C. Grayscale: #424242. Windows color (decimal): -14075709 or 12793897. OLE color: 12793897.
HSL color Cylindrical-coordinate representation of color #2938C3: hue angle of 234.16º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2938C3 is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 41 | 56 | 195 | - |
| CMYK | 0.79 | 0.71 | 0 | 0.24 |
| HSL | 234.16º | 0.65% | 0.46% | - |
| HSV(B) | 234.16º | 0.79% | 0.76% | - |
| XYZ | 12.18 | 7.24 | 52.39 | - |
| YUV | 67.36 | 200.03 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 56 | 195 | 0.79 | 0.71 | 0 | 0.24 | 234.16 | 0.65 | 0.46 |
| Hex | 29 | 38 | C3 | 4F | 47 | 0 | 18 | EA | 41 | 2E |
| Octal | 51 | 70 | 303 | 117 | 107 | 0 | 30 | 352 | 101 | 56 |
| Binary | 101001 | 111000 | 11000011 | 1001111 | 1000111 | 0 | 11000 | 11101010 | 1000001 | 101110 |
Color Harmonies of #2938C3
Complementary color
Monochromatic Colors of #2938C3
Black with #2938C3
Text Example
Text Example
White with #2938C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2938C3; }
p { color: rgb(41,56,195); }
H1.HeaderClassName
{
color: #2938C3;
}
.AnyTagClassName
{
color: #2938C3;
}
</style>
background-color css
<style>
a { background-color: #2938C3; }
a { background-color: rgb(41,56,195); }
div.DivClassName
{
background-color: #2938C3;
}
.BgClassName
{
background-color: #2938C3;
}
</style>
border-color css
<style>
span { border-color: #2938C3; }
span { border-color: rgb(41,56,195); }
td.TdClassName
{
border-color: #2938C3;
}
.TagClassName
{
border-color: #2938C3;
}
</style>