Shades of Persian Blue #2438A7
Tints of Persian Blue #2438A7
RGB
CMYK
RGB Variations
Color information
#2438A7 (or 0x2438A7) is known color: Persian Blue. HEX triplet: 24, 38 and A7. RGB value is (36,56,167). Sum of RGB (Red+Green+Blue) = 36+56+167=259 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.90% from 259); Green value is 56 (22.27% from 255 or 21.62% from 259); Blue value is 167 (65.62% from 255 or 64.48% from 259); Max value from RGB is 167 - color contains mainly: blue. Hex color #2438A7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2438A7 is #DBC758. Grayscale: #3E3E3E. Windows color (decimal): -14403417 or 10958884. OLE color: 10958884.
HSL color Cylindrical-coordinate representation of color #2438A7: hue angle of 230.84º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2438A7 is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 36 | 56 | 167 | - |
| CMYK | 0.78 | 0.66 | 0 | 0.35 |
| HSL | 230.84º | 0.65% | 0.4% | - |
| HSV(B) | 230.84º | 0.78% | 0.65% | - |
| XYZ | 9.12 | 5.99 | 37.24 | - |
| YUV | 62.67 | 186.87 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 56 | 167 | 0.78 | 0.66 | 0 | 0.35 | 230.84 | 0.65 | 0.4 |
| Hex | 24 | 38 | A7 | 4E | 42 | 0 | 23 | E7 | 41 | 28 |
| Octal | 44 | 70 | 247 | 116 | 102 | 0 | 43 | 347 | 101 | 50 |
| Binary | 100100 | 111000 | 10100111 | 1001110 | 1000010 | 0 | 100011 | 11100111 | 1000001 | 101000 |
Color Harmonies of #2438A7
Complementary color
Monochromatic Colors of #2438A7
Black with #2438A7
Text Example
Text Example
White with #2438A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2438A7; }
p { color: rgb(36,56,167); }
H1.HeaderClassName
{
color: #2438A7;
}
.AnyTagClassName
{
color: #2438A7;
}
</style>
background-color css
<style>
a { background-color: #2438A7; }
a { background-color: rgb(36,56,167); }
div.DivClassName
{
background-color: #2438A7;
}
.BgClassName
{
background-color: #2438A7;
}
</style>
border-color css
<style>
span { border-color: #2438A7; }
span { border-color: rgb(36,56,167); }
td.TdClassName
{
border-color: #2438A7;
}
.TagClassName
{
border-color: #2438A7;
}
</style>