Shades of Persian Blue #243CCB
Tints of Persian Blue #243CCB
RGB
CMYK
RGB Variations
Color information
#243CCB (or 0x243CCB) is known color: Persian Blue. HEX triplet: 24, 3C and CB. RGB value is (36,60,203). Sum of RGB (Red+Green+Blue) = 36+60+203=299 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.04% from 299); Green value is 60 (23.83% from 255 or 20.07% from 299); Blue value is 203 (79.69% from 255 or 67.89% from 299); Max value from RGB is 203 - color contains mainly: blue. Hex color #243CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #243CCB is #DBC334. Grayscale: #444444. Windows color (decimal): -14402357 or 13319204. OLE color: 13319204.
HSL color Cylindrical-coordinate representation of color #243CCB: hue angle of 231.38º 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 #243CCB is Cyan = 0.82, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 36 | 60 | 203 | - |
| CMYK | 0.82 | 0.70 | 0 | 0.20 |
| HSL | 231.38º | 0.7% | 0.47% | - |
| HSV(B) | 231.38º | 0.82% | 0.8% | - |
| XYZ | 13.12 | 7.92 | 57.34 | - |
| YUV | 69.13 | 203.55 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 60 | 203 | 0.82 | 0.70 | 0 | 0.20 | 231.38 | 0.7 | 0.47 |
| Hex | 24 | 3C | CB | 52 | 46 | 0 | 14 | E7 | 46 | 2F |
| Octal | 44 | 74 | 313 | 122 | 106 | 0 | 24 | 347 | 106 | 57 |
| Binary | 100100 | 111100 | 11001011 | 1010010 | 1000110 | 0 | 10100 | 11100111 | 1000110 | 101111 |
Color Harmonies of #243CCB
Complementary color
Monochromatic Colors of #243CCB
Black with #243CCB
Text Example
Text Example
White with #243CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243CCB; }
p { color: rgb(36,60,203); }
H1.HeaderClassName
{
color: #243CCB;
}
.AnyTagClassName
{
color: #243CCB;
}
</style>
background-color css
<style>
a { background-color: #243CCB; }
a { background-color: rgb(36,60,203); }
div.DivClassName
{
background-color: #243CCB;
}
.BgClassName
{
background-color: #243CCB;
}
</style>
border-color css
<style>
span { border-color: #243CCB; }
span { border-color: rgb(36,60,203); }
td.TdClassName
{
border-color: #243CCB;
}
.TagClassName
{
border-color: #243CCB;
}
</style>