Shades of Persian Blue #243FB0
Tints of Persian Blue #243FB0
RGB
CMYK
RGB Variations
Color information
#243FB0 (or 0x243FB0) is known color: Persian Blue. HEX triplet: 24, 3F and B0. RGB value is (36,63,176). Sum of RGB (Red+Green+Blue) = 36+63+176=275 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.09% from 275); Green value is 63 (25% from 255 or 22.91% from 275); Blue value is 176 (69.14% from 255 or 64% from 275); Max value from RGB is 176 - color contains mainly: blue. Hex color #243FB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243FB0 is #DBC04F. Grayscale: #434343. Windows color (decimal): -14401616 or 11550500. OLE color: 11550500.
HSL color Cylindrical-coordinate representation of color #243FB0: hue angle of 228.43º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #243FB0 is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 36 | 63 | 176 | - |
| CMYK | 0.80 | 0.64 | 0 | 0.31 |
| HSL | 228.43º | 0.66% | 0.42% | - |
| HSV(B) | 228.43º | 0.8% | 0.69% | - |
| XYZ | 10.34 | 7.06 | 41.89 | - |
| YUV | 67.81 | 189.05 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 63 | 176 | 0.80 | 0.64 | 0 | 0.31 | 228.43 | 0.66 | 0.42 |
| Hex | 24 | 3F | B0 | 50 | 40 | 0 | 1F | E4 | 42 | 2A |
| Octal | 44 | 77 | 260 | 120 | 100 | 0 | 37 | 344 | 102 | 52 |
| Binary | 100100 | 111111 | 10110000 | 1010000 | 1000000 | 0 | 11111 | 11100100 | 1000010 | 101010 |
Color Harmonies of #243FB0
Complementary color
Monochromatic Colors of #243FB0
Black with #243FB0
Text Example
Text Example
White with #243FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243FB0; }
p { color: rgb(36,63,176); }
H1.HeaderClassName
{
color: #243FB0;
}
.AnyTagClassName
{
color: #243FB0;
}
</style>
background-color css
<style>
a { background-color: #243FB0; }
a { background-color: rgb(36,63,176); }
div.DivClassName
{
background-color: #243FB0;
}
.BgClassName
{
background-color: #243FB0;
}
</style>
border-color css
<style>
span { border-color: #243FB0; }
span { border-color: rgb(36,63,176); }
td.TdClassName
{
border-color: #243FB0;
}
.TagClassName
{
border-color: #243FB0;
}
</style>