Shades of Persian Blue #2438CC
Tints of Persian Blue #2438CC
RGB
CMYK
RGB Variations
Color information
#2438CC (or 0x2438CC) is known color: Persian Blue. HEX triplet: 24, 38 and CC. RGB value is (36,56,204). Sum of RGB (Red+Green+Blue) = 36+56+204=296 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.16% from 296); Green value is 56 (22.27% from 255 or 18.92% from 296); Blue value is 204 (80.08% from 255 or 68.92% from 296); Max value from RGB is 204 - color contains mainly: blue. Hex color #2438CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2438CC is #DBC733. Grayscale: #424242. Windows color (decimal): -14403380 or 13383716. OLE color: 13383716.
HSL color Cylindrical-coordinate representation of color #2438CC: hue angle of 232.86º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2438CC is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 36 | 56 | 204 | - |
| CMYK | 0.82 | 0.73 | 0 | 0.2 |
| HSL | 232.86º | 0.7% | 0.47% | - |
| HSV(B) | 232.86º | 0.82% | 0.8% | - |
| XYZ | 13.04 | 7.56 | 57.9 | - |
| YUV | 66.89 | 205.37 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 56 | 204 | 0.82 | 0.73 | 0 | 0.2 | 232.86 | 0.7 | 0.47 |
| Hex | 24 | 38 | CC | 52 | 49 | 0 | 14 | E9 | 46 | 2F |
| Octal | 44 | 70 | 314 | 122 | 111 | 0 | 24 | 351 | 106 | 57 |
| Binary | 100100 | 111000 | 11001100 | 1010010 | 1001001 | 0 | 10100 | 11101001 | 1000110 | 101111 |
Color Harmonies of #2438CC
Complementary color
Monochromatic Colors of #2438CC
Black with #2438CC
Text Example
Text Example
White with #2438CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2438CC; }
p { color: rgb(36,56,204); }
H1.HeaderClassName
{
color: #2438CC;
}
.AnyTagClassName
{
color: #2438CC;
}
</style>
background-color css
<style>
a { background-color: #2438CC; }
a { background-color: rgb(36,56,204); }
div.DivClassName
{
background-color: #2438CC;
}
.BgClassName
{
background-color: #2438CC;
}
</style>
border-color css
<style>
span { border-color: #2438CC; }
span { border-color: rgb(36,56,204); }
td.TdClassName
{
border-color: #2438CC;
}
.TagClassName
{
border-color: #2438CC;
}
</style>