Shades of Persian Blue #3622CF
Tints of Persian Blue #3622CF
RGB
CMYK
RGB Variations
Color information
#3622CF (or 0x3622CF) is known color: Persian Blue. HEX triplet: 36, 22 and CF. RGB value is (54,34,207). Sum of RGB (Red+Green+Blue) = 54+34+207=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 207 (81.25% from 255 or 70.17% from 295); Max value from RGB is 207 - color contains mainly: blue. Hex color #3622CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3622CF is #C9DD30. Grayscale: #3B3B3B. Windows color (decimal): -13229361 or 13574710. OLE color: 13574710.
HSL color Cylindrical-coordinate representation of color #3622CF: hue angle of 246.94º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3622CF is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 34 | 207 | - |
| CMYK | 0.74 | 0.84 | 0 | 0.19 |
| HSL | 246.94º | 0.72% | 0.47% | - |
| HSV(B) | 246.94º | 0.84% | 0.81% | - |
| XYZ | 13.36 | 6.43 | 59.57 | - |
| YUV | 59.7 | 211.13 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 34 | 207 | 0.74 | 0.84 | 0 | 0.19 | 246.94 | 0.72 | 0.47 |
| Hex | 36 | 22 | CF | 4A | 54 | 0 | 13 | F7 | 48 | 2F |
| Octal | 66 | 42 | 317 | 112 | 124 | 0 | 23 | 367 | 110 | 57 |
| Binary | 110110 | 100010 | 11001111 | 1001010 | 1010100 | 0 | 10011 | 11110111 | 1001000 | 101111 |
Color Harmonies of #3622CF
Complementary color
Monochromatic Colors of #3622CF
Black with #3622CF
Text Example
Text Example
White with #3622CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3622CF; }
p { color: rgb(54,34,207); }
H1.HeaderClassName
{
color: #3622CF;
}
.AnyTagClassName
{
color: #3622CF;
}
</style>
background-color css
<style>
a { background-color: #3622CF; }
a { background-color: rgb(54,34,207); }
div.DivClassName
{
background-color: #3622CF;
}
.BgClassName
{
background-color: #3622CF;
}
</style>
border-color css
<style>
span { border-color: #3622CF; }
span { border-color: rgb(54,34,207); }
td.TdClassName
{
border-color: #3622CF;
}
.TagClassName
{
border-color: #3622CF;
}
</style>