Shades of Persian Blue #2A38DD
Tints of Persian Blue #2A38DD
RGB
CMYK
RGB Variations
Color information
#2A38DD (or 0x2A38DD) is known color: Persian Blue. HEX triplet: 2A, 38 and DD. RGB value is (42,56,221). Sum of RGB (Red+Green+Blue) = 42+56+221=319 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.17% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 221 (86.72% from 255 or 69.28% from 319); Max value from RGB is 221 - color contains mainly: blue. Hex color #2A38DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A38DD is #D5C722. Grayscale: #454545. Windows color (decimal): -14010147 or 14497834. OLE color: 14497834.
HSL color Cylindrical-coordinate representation of color #2A38DD: hue angle of 235.31º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A38DD is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 56 | 221 | - |
| CMYK | 0.81 | 0.75 | 0 | 0.13 |
| HSL | 235.31º | 0.72% | 0.52% | - |
| HSV(B) | 235.31º | 0.81% | 0.87% | - |
| XYZ | 15.42 | 8.54 | 69.24 | - |
| YUV | 70.62 | 212.86 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 56 | 221 | 0.81 | 0.75 | 0 | 0.13 | 235.31 | 0.72 | 0.52 |
| Hex | 2A | 38 | DD | 51 | 4B | 0 | D | EB | 48 | 34 |
| Octal | 52 | 70 | 335 | 121 | 113 | 0 | 15 | 353 | 110 | 64 |
| Binary | 101010 | 111000 | 11011101 | 1010001 | 1001011 | 0 | 1101 | 11101011 | 1001000 | 110100 |
Color Harmonies of #2A38DD
Complementary color
Monochromatic Colors of #2A38DD
Black with #2A38DD
Text Example
Text Example
White with #2A38DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A38DD; }
p { color: rgb(42,56,221); }
H1.HeaderClassName
{
color: #2A38DD;
}
.AnyTagClassName
{
color: #2A38DD;
}
</style>
background-color css
<style>
a { background-color: #2A38DD; }
a { background-color: rgb(42,56,221); }
div.DivClassName
{
background-color: #2A38DD;
}
.BgClassName
{
background-color: #2A38DD;
}
</style>
border-color css
<style>
span { border-color: #2A38DD; }
span { border-color: rgb(42,56,221); }
td.TdClassName
{
border-color: #2A38DD;
}
.TagClassName
{
border-color: #2A38DD;
}
</style>