Shades of Persian Blue #2622D4
Tints of Persian Blue #2622D4
RGB
CMYK
RGB Variations
Color information
#2622D4 (or 0x2622D4) is known color: Persian Blue. HEX triplet: 26, 22 and D4. RGB value is (38,34,212). Sum of RGB (Red+Green+Blue) = 38+34+212=284 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.38% from 284); Green value is 34 (13.67% from 255 or 11.97% from 284); Blue value is 212 (83.20% from 255 or 74.65% from 284); Max value from RGB is 212 - color contains mainly: blue. Hex color #2622D4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2622D4 is #D9DD2B. Grayscale: #363636. Windows color (decimal): -14277932 or 13902374. OLE color: 13902374.
HSL color Cylindrical-coordinate representation of color #2622D4: hue angle of 241.35º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2622D4 is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 38 | 34 | 212 | - |
| CMYK | 0.82 | 0.84 | 0 | 0.17 |
| HSL | 241.35º | 0.72% | 0.48% | - |
| HSV(B) | 241.35º | 0.84% | 0.83% | - |
| XYZ | 13.26 | 6.31 | 62.81 | - |
| YUV | 55.49 | 216.33 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 34 | 212 | 0.82 | 0.84 | 0 | 0.17 | 241.35 | 0.72 | 0.48 |
| Hex | 26 | 22 | D4 | 52 | 54 | 0 | 11 | F1 | 48 | 30 |
| Octal | 46 | 42 | 324 | 122 | 124 | 0 | 21 | 361 | 110 | 60 |
| Binary | 100110 | 100010 | 11010100 | 1010010 | 1010100 | 0 | 10001 | 11110001 | 1001000 | 110000 |
Color Harmonies of #2622D4
Complementary color
Monochromatic Colors of #2622D4
Black with #2622D4
Text Example
Text Example
White with #2622D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2622D4; }
p { color: rgb(38,34,212); }
H1.HeaderClassName
{
color: #2622D4;
}
.AnyTagClassName
{
color: #2622D4;
}
</style>
background-color css
<style>
a { background-color: #2622D4; }
a { background-color: rgb(38,34,212); }
div.DivClassName
{
background-color: #2622D4;
}
.BgClassName
{
background-color: #2622D4;
}
</style>
border-color css
<style>
span { border-color: #2622D4; }
span { border-color: rgb(38,34,212); }
td.TdClassName
{
border-color: #2622D4;
}
.TagClassName
{
border-color: #2622D4;
}
</style>