Shades of Persian Blue #3627AF
Tints of Persian Blue #3627AF
RGB
CMYK
RGB Variations
Color information
#3627AF (or 0x3627AF) is known color: Persian Blue. HEX triplet: 36, 27 and AF. RGB value is (54,39,175). Sum of RGB (Red+Green+Blue) = 54+39+175=268 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.15% from 268); Green value is 39 (15.62% from 255 or 14.55% from 268); Blue value is 175 (68.75% from 255 or 65.30% from 268); Max value from RGB is 175 - color contains mainly: blue. Hex color #3627AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3627AF is #C9D850. Grayscale: #3A3A3A. Windows color (decimal): -13228113 or 11478838. OLE color: 11478838.
HSL color Cylindrical-coordinate representation of color #3627AF: hue angle of 246.62º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3627AF is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 54 | 39 | 175 | - |
| CMYK | 0.69 | 0.78 | 0 | 0.31 |
| HSL | 246.62º | 0.64% | 0.42% | - |
| HSV(B) | 246.62º | 0.78% | 0.69% | - |
| XYZ | 9.98 | 5.33 | 41.06 | - |
| YUV | 58.99 | 193.47 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 39 | 175 | 0.69 | 0.78 | 0 | 0.31 | 246.62 | 0.64 | 0.42 |
| Hex | 36 | 27 | AF | 45 | 4E | 0 | 1F | F7 | 40 | 2A |
| Octal | 66 | 47 | 257 | 105 | 116 | 0 | 37 | 367 | 100 | 52 |
| Binary | 110110 | 100111 | 10101111 | 1000101 | 1001110 | 0 | 11111 | 11110111 | 1000000 | 101010 |
Color Harmonies of #3627AF
Complementary color
Monochromatic Colors of #3627AF
Black with #3627AF
Text Example
Text Example
White with #3627AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3627AF; }
p { color: rgb(54,39,175); }
H1.HeaderClassName
{
color: #3627AF;
}
.AnyTagClassName
{
color: #3627AF;
}
</style>
background-color css
<style>
a { background-color: #3627AF; }
a { background-color: rgb(54,39,175); }
div.DivClassName
{
background-color: #3627AF;
}
.BgClassName
{
background-color: #3627AF;
}
</style>
border-color css
<style>
span { border-color: #3627AF; }
span { border-color: rgb(54,39,175); }
td.TdClassName
{
border-color: #3627AF;
}
.TagClassName
{
border-color: #3627AF;
}
</style>