Shades of Persian Blue #2438BB
Tints of Persian Blue #2438BB
RGB
CMYK
RGB Variations
Color information
#2438BB (or 0x2438BB) is known color: Persian Blue. HEX triplet: 24, 38 and BB. RGB value is (36,56,187). Sum of RGB (Red+Green+Blue) = 36+56+187=279 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.90% from 279); Green value is 56 (22.27% from 255 or 20.07% from 279); Blue value is 187 (73.44% from 255 or 67.03% from 279); Max value from RGB is 187 - color contains mainly: blue. Hex color #2438BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2438BB is #DBC744. Grayscale: #404040. Windows color (decimal): -14403397 or 12269604. OLE color: 12269604.
HSL color Cylindrical-coordinate representation of color #2438BB: hue angle of 232.05º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2438BB is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 56 | 187 | - |
| CMYK | 0.81 | 0.70 | 0 | 0.27 |
| HSL | 232.05º | 0.68% | 0.44% | - |
| HSV(B) | 232.05º | 0.81% | 0.73% | - |
| XYZ | 11.11 | 6.79 | 47.74 | - |
| YUV | 64.95 | 196.87 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 56 | 187 | 0.81 | 0.70 | 0 | 0.27 | 232.05 | 0.68 | 0.44 |
| Hex | 24 | 38 | BB | 51 | 46 | 0 | 1B | E8 | 44 | 2C |
| Octal | 44 | 70 | 273 | 121 | 106 | 0 | 33 | 350 | 104 | 54 |
| Binary | 100100 | 111000 | 10111011 | 1010001 | 1000110 | 0 | 11011 | 11101000 | 1000100 | 101100 |
Color Harmonies of #2438BB
Complementary color
Monochromatic Colors of #2438BB
Black with #2438BB
Text Example
Text Example
White with #2438BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2438BB; }
p { color: rgb(36,56,187); }
H1.HeaderClassName
{
color: #2438BB;
}
.AnyTagClassName
{
color: #2438BB;
}
</style>
background-color css
<style>
a { background-color: #2438BB; }
a { background-color: rgb(36,56,187); }
div.DivClassName
{
background-color: #2438BB;
}
.BgClassName
{
background-color: #2438BB;
}
</style>
border-color css
<style>
span { border-color: #2438BB; }
span { border-color: rgb(36,56,187); }
td.TdClassName
{
border-color: #2438BB;
}
.TagClassName
{
border-color: #2438BB;
}
</style>