Shades of Persian Blue #3622D0
Tints of Persian Blue #3622D0
RGB
CMYK
RGB Variations
Color information
#3622D0 (or 0x3622D0) is known color: Persian Blue. HEX triplet: 36, 22 and D0. RGB value is (54,34,208). Sum of RGB (Red+Green+Blue) = 54+34+208=296 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.24% from 296); Green value is 34 (13.67% from 255 or 11.49% from 296); Blue value is 208 (81.64% from 255 or 70.27% from 296); Max value from RGB is 208 - color contains mainly: blue. Hex color #3622D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3622D0 is #C9DD2F. Grayscale: #3B3B3B. Windows color (decimal): -13229360 or 13640246. OLE color: 13640246.
HSL color Cylindrical-coordinate representation of color #3622D0: hue angle of 246.9º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3622D0 is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 54 | 34 | 208 | - |
| CMYK | 0.74 | 0.84 | 0 | 0.18 |
| HSL | 246.9º | 0.72% | 0.47% | - |
| HSV(B) | 246.9º | 0.84% | 0.82% | - |
| XYZ | 13.48 | 6.48 | 60.22 | - |
| YUV | 59.82 | 211.63 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 34 | 208 | 0.74 | 0.84 | 0 | 0.18 | 246.9 | 0.72 | 0.47 |
| Hex | 36 | 22 | D0 | 4A | 54 | 0 | 12 | F7 | 48 | 2F |
| Octal | 66 | 42 | 320 | 112 | 124 | 0 | 22 | 367 | 110 | 57 |
| Binary | 110110 | 100010 | 11010000 | 1001010 | 1010100 | 0 | 10010 | 11110111 | 1001000 | 101111 |
Color Harmonies of #3622D0
Complementary color
Monochromatic Colors of #3622D0
Black with #3622D0
Text Example
Text Example
White with #3622D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3622D0; }
p { color: rgb(54,34,208); }
H1.HeaderClassName
{
color: #3622D0;
}
.AnyTagClassName
{
color: #3622D0;
}
</style>
background-color css
<style>
a { background-color: #3622D0; }
a { background-color: rgb(54,34,208); }
div.DivClassName
{
background-color: #3622D0;
}
.BgClassName
{
background-color: #3622D0;
}
</style>
border-color css
<style>
span { border-color: #3622D0; }
span { border-color: rgb(54,34,208); }
td.TdClassName
{
border-color: #3622D0;
}
.TagClassName
{
border-color: #3622D0;
}
</style>