Shades of Persian Blue #243CB2
Tints of Persian Blue #243CB2
RGB
CMYK
RGB Variations
Color information
#243CB2 (or 0x243CB2) is known color: Persian Blue. HEX triplet: 24, 3C and B2. RGB value is (36,60,178). Sum of RGB (Red+Green+Blue) = 36+60+178=274 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.14% from 274); Green value is 60 (23.83% from 255 or 21.90% from 274); Blue value is 178 (69.92% from 255 or 64.96% from 274); Max value from RGB is 178 - color contains mainly: blue. Hex color #243CB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243CB2 is #DBC34D. Grayscale: #414141. Windows color (decimal): -14402382 or 11680804. OLE color: 11680804.
HSL color Cylindrical-coordinate representation of color #243CB2: hue angle of 229.86º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #243CB2 is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 36 | 60 | 178 | - |
| CMYK | 0.80 | 0.66 | 0 | 0.30 |
| HSL | 229.86º | 0.66% | 0.42% | - |
| HSV(B) | 229.86º | 0.8% | 0.7% | - |
| XYZ | 10.38 | 6.82 | 42.89 | - |
| YUV | 66.28 | 191.05 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 60 | 178 | 0.80 | 0.66 | 0 | 0.30 | 229.86 | 0.66 | 0.42 |
| Hex | 24 | 3C | B2 | 50 | 42 | 0 | 1E | E6 | 42 | 2A |
| Octal | 44 | 74 | 262 | 120 | 102 | 0 | 36 | 346 | 102 | 52 |
| Binary | 100100 | 111100 | 10110010 | 1010000 | 1000010 | 0 | 11110 | 11100110 | 1000010 | 101010 |
Color Harmonies of #243CB2
Complementary color
Monochromatic Colors of #243CB2
Black with #243CB2
Text Example
Text Example
White with #243CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243CB2; }
p { color: rgb(36,60,178); }
H1.HeaderClassName
{
color: #243CB2;
}
.AnyTagClassName
{
color: #243CB2;
}
</style>
background-color css
<style>
a { background-color: #243CB2; }
a { background-color: rgb(36,60,178); }
div.DivClassName
{
background-color: #243CB2;
}
.BgClassName
{
background-color: #243CB2;
}
</style>
border-color css
<style>
span { border-color: #243CB2; }
span { border-color: rgb(36,60,178); }
td.TdClassName
{
border-color: #243CB2;
}
.TagClassName
{
border-color: #243CB2;
}
</style>