Shades of Persian Blue #3A38AF
Tints of Persian Blue #3A38AF
RGB
CMYK
RGB Variations
Color information
#3A38AF (or 0x3A38AF) is known color: Persian Blue. HEX triplet: 3A, 38 and AF. RGB value is (58,56,175). Sum of RGB (Red+Green+Blue) = 58+56+175=289 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.07% from 289); Green value is 56 (22.27% from 255 or 19.38% from 289); Blue value is 175 (68.75% from 255 or 60.55% from 289); Max value from RGB is 175 - color contains mainly: blue. Hex color #3A38AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A38AF is #C5C750. Grayscale: #454545. Windows color (decimal): -12961617 or 11483194. OLE color: 11483194.
HSL color Cylindrical-coordinate representation of color #3A38AF: hue angle of 241.01º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3A38AF is Cyan = 0.67, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 58 | 56 | 175 | - |
| CMYK | 0.67 | 0.68 | 0 | 0.31 |
| HSL | 241.01º | 0.52% | 0.45% | - |
| HSV(B) | 241.01º | 0.68% | 0.69% | - |
| XYZ | 10.9 | 6.82 | 41.3 | - |
| YUV | 70.16 | 187.16 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 56 | 175 | 0.67 | 0.68 | 0 | 0.31 | 241.01 | 0.52 | 0.45 |
| Hex | 3A | 38 | AF | 43 | 44 | 0 | 1F | F1 | 34 | 2D |
| Octal | 72 | 70 | 257 | 103 | 104 | 0 | 37 | 361 | 64 | 55 |
| Binary | 111010 | 111000 | 10101111 | 1000011 | 1000100 | 0 | 11111 | 11110001 | 110100 | 101101 |
Color Harmonies of #3A38AF
Complementary color
Monochromatic Colors of #3A38AF
Black with #3A38AF
Text Example
Text Example
White with #3A38AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A38AF; }
p { color: rgb(58,56,175); }
H1.HeaderClassName
{
color: #3A38AF;
}
.AnyTagClassName
{
color: #3A38AF;
}
</style>
background-color css
<style>
a { background-color: #3A38AF; }
a { background-color: rgb(58,56,175); }
div.DivClassName
{
background-color: #3A38AF;
}
.BgClassName
{
background-color: #3A38AF;
}
</style>
border-color css
<style>
span { border-color: #3A38AF; }
span { border-color: rgb(58,56,175); }
td.TdClassName
{
border-color: #3A38AF;
}
.TagClassName
{
border-color: #3A38AF;
}
</style>