Shades of Persian Blue #3036A3
Tints of Persian Blue #3036A3
RGB
CMYK
RGB Variations
Color information
#3036A3 (or 0x3036A3) is known color: Persian Blue. HEX triplet: 30, 36 and A3. RGB value is (48,54,163). Sum of RGB (Red+Green+Blue) = 48+54+163=265 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.11% from 265); Green value is 54 (21.48% from 255 or 20.38% from 265); Blue value is 163 (64.06% from 255 or 61.51% from 265); Max value from RGB is 163 - color contains mainly: blue. Hex color #3036A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3036A3 is #CFC95C. Grayscale: #404040. Windows color (decimal): -13617501 or 10696240. OLE color: 10696240.
HSL color Cylindrical-coordinate representation of color #3036A3: hue angle of 236.87º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3036A3 is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 48 | 54 | 163 | - |
| CMYK | 0.71 | 0.67 | 0 | 0.36 |
| HSL | 236.87º | 0.55% | 0.41% | - |
| HSV(B) | 236.87º | 0.71% | 0.64% | - |
| XYZ | 9.15 | 5.91 | 35.31 | - |
| YUV | 64.63 | 183.51 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 54 | 163 | 0.71 | 0.67 | 0 | 0.36 | 236.87 | 0.55 | 0.41 |
| Hex | 30 | 36 | A3 | 47 | 43 | 0 | 24 | ED | 37 | 29 |
| Octal | 60 | 66 | 243 | 107 | 103 | 0 | 44 | 355 | 67 | 51 |
| Binary | 110000 | 110110 | 10100011 | 1000111 | 1000011 | 0 | 100100 | 11101101 | 110111 | 101001 |
Color Harmonies of #3036A3
Complementary color
Monochromatic Colors of #3036A3
Black with #3036A3
Text Example
Text Example
White with #3036A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3036A3; }
p { color: rgb(48,54,163); }
H1.HeaderClassName
{
color: #3036A3;
}
.AnyTagClassName
{
color: #3036A3;
}
</style>
background-color css
<style>
a { background-color: #3036A3; }
a { background-color: rgb(48,54,163); }
div.DivClassName
{
background-color: #3036A3;
}
.BgClassName
{
background-color: #3036A3;
}
</style>
border-color css
<style>
span { border-color: #3036A3; }
span { border-color: rgb(48,54,163); }
td.TdClassName
{
border-color: #3036A3;
}
.TagClassName
{
border-color: #3036A3;
}
</style>