Shades of Persian Blue #2433C7
Tints of Persian Blue #2433C7
RGB
CMYK
RGB Variations
Color information
#2433C7 (or 0x2433C7) is known color: Persian Blue. HEX triplet: 24, 33 and C7. RGB value is (36,51,199). Sum of RGB (Red+Green+Blue) = 36+51+199=286 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.59% from 286); Green value is 51 (20.31% from 255 or 17.83% from 286); Blue value is 199 (78.12% from 255 or 69.58% from 286); Max value from RGB is 199 - color contains mainly: blue. Hex color #2433C7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2433C7 is #DBCC38. Grayscale: #3E3E3E. Windows color (decimal): -14404665 or 13054756. OLE color: 13054756.
HSL color Cylindrical-coordinate representation of color #2433C7: hue angle of 234.48º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2433C7 is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 36 | 51 | 199 | - |
| CMYK | 0.82 | 0.74 | 0 | 0.22 |
| HSL | 234.48º | 0.69% | 0.46% | - |
| HSV(B) | 234.48º | 0.82% | 0.78% | - |
| XYZ | 12.22 | 6.87 | 54.71 | - |
| YUV | 63.39 | 204.53 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 51 | 199 | 0.82 | 0.74 | 0 | 0.22 | 234.48 | 0.69 | 0.46 |
| Hex | 24 | 33 | C7 | 52 | 4A | 0 | 16 | EA | 45 | 2E |
| Octal | 44 | 63 | 307 | 122 | 112 | 0 | 26 | 352 | 105 | 56 |
| Binary | 100100 | 110011 | 11000111 | 1010010 | 1001010 | 0 | 10110 | 11101010 | 1000101 | 101110 |
Color Harmonies of #2433C7
Complementary color
Monochromatic Colors of #2433C7
Black with #2433C7
Text Example
Text Example
White with #2433C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2433C7; }
p { color: rgb(36,51,199); }
H1.HeaderClassName
{
color: #2433C7;
}
.AnyTagClassName
{
color: #2433C7;
}
</style>
background-color css
<style>
a { background-color: #2433C7; }
a { background-color: rgb(36,51,199); }
div.DivClassName
{
background-color: #2433C7;
}
.BgClassName
{
background-color: #2433C7;
}
</style>
border-color css
<style>
span { border-color: #2433C7; }
span { border-color: rgb(36,51,199); }
td.TdClassName
{
border-color: #2433C7;
}
.TagClassName
{
border-color: #2433C7;
}
</style>