Shades of Persian Blue #2622CF
Tints of Persian Blue #2622CF
RGB
CMYK
RGB Variations
Color information
#2622CF (or 0x2622CF) is known color: Persian Blue. HEX triplet: 26, 22 and CF. RGB value is (38,34,207). Sum of RGB (Red+Green+Blue) = 38+34+207=279 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.62% from 279); Green value is 34 (13.67% from 255 or 12.19% from 279); Blue value is 207 (81.25% from 255 or 74.19% from 279); Max value from RGB is 207 - color contains mainly: blue. Hex color #2622CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2622CF is #D9DD30. Grayscale: #363636. Windows color (decimal): -14277937 or 13574694. OLE color: 13574694.
HSL color Cylindrical-coordinate representation of color #2622CF: hue angle of 241.39º 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 #2622CF is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 34 | 207 | - |
| CMYK | 0.82 | 0.84 | 0 | 0.19 |
| HSL | 241.39º | 0.72% | 0.47% | - |
| HSV(B) | 241.39º | 0.84% | 0.81% | - |
| XYZ | 12.63 | 6.06 | 59.54 | - |
| YUV | 54.92 | 213.83 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 34 | 207 | 0.82 | 0.84 | 0 | 0.19 | 241.39 | 0.72 | 0.47 |
| Hex | 26 | 22 | CF | 52 | 54 | 0 | 13 | F1 | 48 | 2F |
| Octal | 46 | 42 | 317 | 122 | 124 | 0 | 23 | 361 | 110 | 57 |
| Binary | 100110 | 100010 | 11001111 | 1010010 | 1010100 | 0 | 10011 | 11110001 | 1001000 | 101111 |
Color Harmonies of #2622CF
Complementary color
Monochromatic Colors of #2622CF
Black with #2622CF
Text Example
Text Example
White with #2622CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2622CF; }
p { color: rgb(38,34,207); }
H1.HeaderClassName
{
color: #2622CF;
}
.AnyTagClassName
{
color: #2622CF;
}
</style>
background-color css
<style>
a { background-color: #2622CF; }
a { background-color: rgb(38,34,207); }
div.DivClassName
{
background-color: #2622CF;
}
.BgClassName
{
background-color: #2622CF;
}
</style>
border-color css
<style>
span { border-color: #2622CF; }
span { border-color: rgb(38,34,207); }
td.TdClassName
{
border-color: #2622CF;
}
.TagClassName
{
border-color: #2622CF;
}
</style>