Shades of Persian Blue #2438D6
Tints of Persian Blue #2438D6
RGB
CMYK
RGB Variations
Color information
#2438D6 (or 0x2438D6) is known color: Persian Blue. HEX triplet: 24, 38 and D6. RGB value is (36,56,214). Sum of RGB (Red+Green+Blue) = 36+56+214=306 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.76% from 306); Green value is 56 (22.27% from 255 or 18.30% from 306); Blue value is 214 (83.98% from 255 or 69.93% from 306); Max value from RGB is 214 - color contains mainly: blue. Hex color #2438D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2438D6 is #DBC729. Grayscale: #434343. Windows color (decimal): -14403370 or 14039076. OLE color: 14039076.
HSL color Cylindrical-coordinate representation of color #2438D6: hue angle of 233.26º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2438D6 is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 36 | 56 | 214 | - |
| CMYK | 0.83 | 0.74 | 0 | 0.16 |
| HSL | 233.26º | 0.71% | 0.49% | - |
| HSV(B) | 233.26º | 0.83% | 0.84% | - |
| XYZ | 14.28 | 8.06 | 64.42 | - |
| YUV | 68.03 | 210.37 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 56 | 214 | 0.83 | 0.74 | 0 | 0.16 | 233.26 | 0.71 | 0.49 |
| Hex | 24 | 38 | D6 | 53 | 4A | 0 | 10 | E9 | 47 | 31 |
| Octal | 44 | 70 | 326 | 123 | 112 | 0 | 20 | 351 | 107 | 61 |
| Binary | 100100 | 111000 | 11010110 | 1010011 | 1001010 | 0 | 10000 | 11101001 | 1000111 | 110001 |
Color Harmonies of #2438D6
Complementary color
Monochromatic Colors of #2438D6
Black with #2438D6
Text Example
Text Example
White with #2438D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2438D6; }
p { color: rgb(36,56,214); }
H1.HeaderClassName
{
color: #2438D6;
}
.AnyTagClassName
{
color: #2438D6;
}
</style>
background-color css
<style>
a { background-color: #2438D6; }
a { background-color: rgb(36,56,214); }
div.DivClassName
{
background-color: #2438D6;
}
.BgClassName
{
background-color: #2438D6;
}
</style>
border-color css
<style>
span { border-color: #2438D6; }
span { border-color: rgb(36,56,214); }
td.TdClassName
{
border-color: #2438D6;
}
.TagClassName
{
border-color: #2438D6;
}
</style>