Shades of Persian Blue #2639C4
Tints of Persian Blue #2639C4
RGB
CMYK
RGB Variations
Color information
#2639C4 (or 0x2639C4) is known color: Persian Blue. HEX triplet: 26, 39 and C4. RGB value is (38,57,196). Sum of RGB (Red+Green+Blue) = 38+57+196=291 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.06% from 291); Green value is 57 (22.66% from 255 or 19.59% from 291); Blue value is 196 (76.95% from 255 or 67.35% from 291); Max value from RGB is 196 - color contains mainly: blue. Hex color #2639C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2639C4 is #D9C63B. Grayscale: #424242. Windows color (decimal): -14272060 or 12859686. OLE color: 12859686.
HSL color Cylindrical-coordinate representation of color #2639C4: hue angle of 232.78º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2639C4 is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 38 | 57 | 196 | - |
| CMYK | 0.81 | 0.71 | 0 | 0.23 |
| HSL | 232.78º | 0.68% | 0.46% | - |
| HSV(B) | 232.78º | 0.81% | 0.77% | - |
| XYZ | 12.23 | 7.32 | 52.99 | - |
| YUV | 67.17 | 200.71 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 57 | 196 | 0.81 | 0.71 | 0 | 0.23 | 232.78 | 0.68 | 0.46 |
| Hex | 26 | 39 | C4 | 51 | 47 | 0 | 17 | E9 | 44 | 2E |
| Octal | 46 | 71 | 304 | 121 | 107 | 0 | 27 | 351 | 104 | 56 |
| Binary | 100110 | 111001 | 11000100 | 1010001 | 1000111 | 0 | 10111 | 11101001 | 1000100 | 101110 |
Color Harmonies of #2639C4
Complementary color
Monochromatic Colors of #2639C4
Black with #2639C4
Text Example
Text Example
White with #2639C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2639C4; }
p { color: rgb(38,57,196); }
H1.HeaderClassName
{
color: #2639C4;
}
.AnyTagClassName
{
color: #2639C4;
}
</style>
background-color css
<style>
a { background-color: #2639C4; }
a { background-color: rgb(38,57,196); }
div.DivClassName
{
background-color: #2639C4;
}
.BgClassName
{
background-color: #2639C4;
}
</style>
border-color css
<style>
span { border-color: #2639C4; }
span { border-color: rgb(38,57,196); }
td.TdClassName
{
border-color: #2639C4;
}
.TagClassName
{
border-color: #2639C4;
}
</style>