Shades of Persian Blue #2438DB
Tints of Persian Blue #2438DB
RGB
CMYK
RGB Variations
Color information
#2438DB (or 0x2438DB) is known color: Persian Blue. HEX triplet: 24, 38 and DB. RGB value is (36,56,219). Sum of RGB (Red+Green+Blue) = 36+56+219=311 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.58% from 311); Green value is 56 (22.27% from 255 or 18.01% from 311); Blue value is 219 (85.94% from 255 or 70.42% from 311); Max value from RGB is 219 - color contains mainly: blue. Hex color #2438DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2438DB is #DBC724. Grayscale: #434343. Windows color (decimal): -14403365 or 14366756. OLE color: 14366756.
HSL color Cylindrical-coordinate representation of color #2438DB: hue angle of 233.44º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2438DB is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 36 | 56 | 219 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.14 |
| HSL | 233.44º | 0.72% | 0.5% | - |
| HSV(B) | 233.44º | 0.84% | 0.86% | - |
| XYZ | 14.93 | 8.32 | 67.84 | - |
| YUV | 68.6 | 212.87 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 56 | 219 | 0.84 | 0.74 | 0 | 0.14 | 233.44 | 0.72 | 0.5 |
| Hex | 24 | 38 | DB | 54 | 4A | 0 | E | E9 | 48 | 32 |
| Octal | 44 | 70 | 333 | 124 | 112 | 0 | 16 | 351 | 110 | 62 |
| Binary | 100100 | 111000 | 11011011 | 1010100 | 1001010 | 0 | 1110 | 11101001 | 1001000 | 110010 |
Color Harmonies of #2438DB
Complementary color
Monochromatic Colors of #2438DB
Black with #2438DB
Text Example
Text Example
White with #2438DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2438DB; }
p { color: rgb(36,56,219); }
H1.HeaderClassName
{
color: #2438DB;
}
.AnyTagClassName
{
color: #2438DB;
}
</style>
background-color css
<style>
a { background-color: #2438DB; }
a { background-color: rgb(36,56,219); }
div.DivClassName
{
background-color: #2438DB;
}
.BgClassName
{
background-color: #2438DB;
}
</style>
border-color css
<style>
span { border-color: #2438DB; }
span { border-color: rgb(36,56,219); }
td.TdClassName
{
border-color: #2438DB;
}
.TagClassName
{
border-color: #2438DB;
}
</style>