Shades of Persian Blue #3634A8
Tints of Persian Blue #3634A8
RGB
CMYK
RGB Variations
Color information
#3634A8 (or 0x3634A8) is known color: Persian Blue. HEX triplet: 36, 34 and A8. RGB value is (54,52,168). Sum of RGB (Red+Green+Blue) = 54+52+168=274 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.71% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 168 (66.02% from 255 or 61.31% from 274); Max value from RGB is 168 - color contains mainly: blue. Hex color #3634A8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3634A8 is #C9CB57. Grayscale: #414141. Windows color (decimal): -13224792 or 11023414. OLE color: 11023414.
HSL color Cylindrical-coordinate representation of color #3634A8: hue angle of 241.03º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3634A8 is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 54 | 52 | 168 | - |
| CMYK | 0.68 | 0.69 | 0 | 0.34 |
| HSL | 241.03º | 0.53% | 0.43% | - |
| HSV(B) | 241.03º | 0.69% | 0.66% | - |
| XYZ | 9.82 | 6.07 | 37.7 | - |
| YUV | 65.82 | 185.66 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 52 | 168 | 0.68 | 0.69 | 0 | 0.34 | 241.03 | 0.53 | 0.43 |
| Hex | 36 | 34 | A8 | 44 | 45 | 0 | 22 | F1 | 35 | 2B |
| Octal | 66 | 64 | 250 | 104 | 105 | 0 | 42 | 361 | 65 | 53 |
| Binary | 110110 | 110100 | 10101000 | 1000100 | 1000101 | 0 | 100010 | 11110001 | 110101 | 101011 |
Color Harmonies of #3634A8
Complementary color
Monochromatic Colors of #3634A8
Black with #3634A8
Text Example
Text Example
White with #3634A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3634A8; }
p { color: rgb(54,52,168); }
H1.HeaderClassName
{
color: #3634A8;
}
.AnyTagClassName
{
color: #3634A8;
}
</style>
background-color css
<style>
a { background-color: #3634A8; }
a { background-color: rgb(54,52,168); }
div.DivClassName
{
background-color: #3634A8;
}
.BgClassName
{
background-color: #3634A8;
}
</style>
border-color css
<style>
span { border-color: #3634A8; }
span { border-color: rgb(54,52,168); }
td.TdClassName
{
border-color: #3634A8;
}
.TagClassName
{
border-color: #3634A8;
}
</style>