Shades of Persian Blue #3622CA
Tints of Persian Blue #3622CA
RGB
CMYK
RGB Variations
Color information
#3622CA (or 0x3622CA) is known color: Persian Blue. HEX triplet: 36, 22 and CA. RGB value is (54,34,202). Sum of RGB (Red+Green+Blue) = 54+34+202=290 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.62% from 290); Green value is 34 (13.67% from 255 or 11.72% from 290); Blue value is 202 (79.30% from 255 or 69.66% from 290); Max value from RGB is 202 - color contains mainly: blue. Hex color #3622CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3622CA is #C9DD35. Grayscale: #3A3A3A. Windows color (decimal): -13229366 or 13247030. OLE color: 13247030.
HSL color Cylindrical-coordinate representation of color #3622CA: hue angle of 247.14º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3622CA is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 54 | 34 | 202 | - |
| CMYK | 0.73 | 0.83 | 0 | 0.21 |
| HSL | 247.14º | 0.71% | 0.46% | - |
| HSV(B) | 247.14º | 0.83% | 0.79% | - |
| XYZ | 12.75 | 6.19 | 56.4 | - |
| YUV | 59.13 | 208.63 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 34 | 202 | 0.73 | 0.83 | 0 | 0.21 | 247.14 | 0.71 | 0.46 |
| Hex | 36 | 22 | CA | 49 | 53 | 0 | 15 | F7 | 47 | 2E |
| Octal | 66 | 42 | 312 | 111 | 123 | 0 | 25 | 367 | 107 | 56 |
| Binary | 110110 | 100010 | 11001010 | 1001001 | 1010011 | 0 | 10101 | 11110111 | 1000111 | 101110 |
Color Harmonies of #3622CA
Complementary color
Monochromatic Colors of #3622CA
Black with #3622CA
Text Example
Text Example
White with #3622CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3622CA; }
p { color: rgb(54,34,202); }
H1.HeaderClassName
{
color: #3622CA;
}
.AnyTagClassName
{
color: #3622CA;
}
</style>
background-color css
<style>
a { background-color: #3622CA; }
a { background-color: rgb(54,34,202); }
div.DivClassName
{
background-color: #3622CA;
}
.BgClassName
{
background-color: #3622CA;
}
</style>
border-color css
<style>
span { border-color: #3622CA; }
span { border-color: rgb(54,34,202); }
td.TdClassName
{
border-color: #3622CA;
}
.TagClassName
{
border-color: #3622CA;
}
</style>