Shades of Persian Blue #2624CC
Tints of Persian Blue #2624CC
RGB
CMYK
RGB Variations
Color information
#2624CC (or 0x2624CC) is known color: Persian Blue. HEX triplet: 26, 24 and CC. RGB value is (38,36,204). Sum of RGB (Red+Green+Blue) = 38+36+204=278 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.67% from 278); Green value is 36 (14.45% from 255 or 12.95% from 278); Blue value is 204 (80.08% from 255 or 73.38% from 278); Max value from RGB is 204 - color contains mainly: blue. Hex color #2624CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2624CC is #D9DB33. Grayscale: #373737. Windows color (decimal): -14277428 or 13378598. OLE color: 13378598.
HSL color Cylindrical-coordinate representation of color #2624CC: hue angle of 240.71º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2624CC is Cyan = 0.81, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 38 | 36 | 204 | - |
| CMYK | 0.81 | 0.82 | 0 | 0.2 |
| HSL | 240.71º | 0.7% | 0.47% | - |
| HSV(B) | 240.71º | 0.82% | 0.8% | - |
| XYZ | 12.33 | 6.03 | 57.64 | - |
| YUV | 55.75 | 211.66 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 36 | 204 | 0.81 | 0.82 | 0 | 0.2 | 240.71 | 0.7 | 0.47 |
| Hex | 26 | 24 | CC | 51 | 52 | 0 | 14 | F1 | 46 | 2F |
| Octal | 46 | 44 | 314 | 121 | 122 | 0 | 24 | 361 | 106 | 57 |
| Binary | 100110 | 100100 | 11001100 | 1010001 | 1010010 | 0 | 10100 | 11110001 | 1000110 | 101111 |
Color Harmonies of #2624CC
Complementary color
Monochromatic Colors of #2624CC
Black with #2624CC
Text Example
Text Example
White with #2624CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2624CC; }
p { color: rgb(38,36,204); }
H1.HeaderClassName
{
color: #2624CC;
}
.AnyTagClassName
{
color: #2624CC;
}
</style>
background-color css
<style>
a { background-color: #2624CC; }
a { background-color: rgb(38,36,204); }
div.DivClassName
{
background-color: #2624CC;
}
.BgClassName
{
background-color: #2624CC;
}
</style>
border-color css
<style>
span { border-color: #2624CC; }
span { border-color: rgb(38,36,204); }
td.TdClassName
{
border-color: #2624CC;
}
.TagClassName
{
border-color: #2624CC;
}
</style>