Shades of Persian Blue #2622CC
Tints of Persian Blue #2622CC
RGB
CMYK
RGB Variations
Color information
#2622CC (or 0x2622CC) is known color: Persian Blue. HEX triplet: 26, 22 and CC. RGB value is (38,34,204). Sum of RGB (Red+Green+Blue) = 38+34+204=276 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.77% from 276); Green value is 34 (13.67% from 255 or 12.32% from 276); Blue value is 204 (80.08% from 255 or 73.91% from 276); Max value from RGB is 204 - color contains mainly: blue. Hex color #2622CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2622CC is #D9DD33. Grayscale: #353535. Windows color (decimal): -14277940 or 13378086. OLE color: 13378086.
HSL color Cylindrical-coordinate representation of color #2622CC: hue angle of 241.41º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2622CC is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 38 | 34 | 204 | - |
| CMYK | 0.81 | 0.83 | 0 | 0.2 |
| HSL | 241.41º | 0.71% | 0.47% | - |
| HSV(B) | 241.41º | 0.83% | 0.8% | - |
| XYZ | 12.27 | 5.92 | 57.62 | - |
| YUV | 54.58 | 212.33 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 34 | 204 | 0.81 | 0.83 | 0 | 0.2 | 241.41 | 0.71 | 0.47 |
| Hex | 26 | 22 | CC | 51 | 53 | 0 | 14 | F1 | 47 | 2F |
| Octal | 46 | 42 | 314 | 121 | 123 | 0 | 24 | 361 | 107 | 57 |
| Binary | 100110 | 100010 | 11001100 | 1010001 | 1010011 | 0 | 10100 | 11110001 | 1000111 | 101111 |
Color Harmonies of #2622CC
Complementary color
Monochromatic Colors of #2622CC
Black with #2622CC
Text Example
Text Example
White with #2622CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2622CC; }
p { color: rgb(38,34,204); }
H1.HeaderClassName
{
color: #2622CC;
}
.AnyTagClassName
{
color: #2622CC;
}
</style>
background-color css
<style>
a { background-color: #2622CC; }
a { background-color: rgb(38,34,204); }
div.DivClassName
{
background-color: #2622CC;
}
.BgClassName
{
background-color: #2622CC;
}
</style>
border-color css
<style>
span { border-color: #2622CC; }
span { border-color: rgb(38,34,204); }
td.TdClassName
{
border-color: #2622CC;
}
.TagClassName
{
border-color: #2622CC;
}
</style>