Shades of Persian Blue #243BB6
Tints of Persian Blue #243BB6
RGB
CMYK
RGB Variations
Color information
#243BB6 (or 0x243BB6) is known color: Persian Blue. HEX triplet: 24, 3B and B6. RGB value is (36,59,182). Sum of RGB (Red+Green+Blue) = 36+59+182=277 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.00% from 277); Green value is 59 (23.44% from 255 or 21.30% from 277); Blue value is 182 (71.48% from 255 or 65.70% from 277); Max value from RGB is 182 - color contains mainly: blue. Hex color #243BB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #243BB6 is #DBC449. Grayscale: #414141. Windows color (decimal): -14402634 or 11942692. OLE color: 11942692.
HSL color Cylindrical-coordinate representation of color #243BB6: hue angle of 230.55º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #243BB6 is Cyan = 0.80, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 36 | 59 | 182 | - |
| CMYK | 0.80 | 0.68 | 0 | 0.29 |
| HSL | 230.55º | 0.67% | 0.43% | - |
| HSV(B) | 230.55º | 0.8% | 0.71% | - |
| XYZ | 10.74 | 6.88 | 45.02 | - |
| YUV | 66.15 | 193.38 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 59 | 182 | 0.80 | 0.68 | 0 | 0.29 | 230.55 | 0.67 | 0.43 |
| Hex | 24 | 3B | B6 | 50 | 44 | 0 | 1D | E7 | 43 | 2B |
| Octal | 44 | 73 | 266 | 120 | 104 | 0 | 35 | 347 | 103 | 53 |
| Binary | 100100 | 111011 | 10110110 | 1010000 | 1000100 | 0 | 11101 | 11100111 | 1000011 | 101011 |
Color Harmonies of #243BB6
Complementary color
Monochromatic Colors of #243BB6
Black with #243BB6
Text Example
Text Example
White with #243BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243BB6; }
p { color: rgb(36,59,182); }
H1.HeaderClassName
{
color: #243BB6;
}
.AnyTagClassName
{
color: #243BB6;
}
</style>
background-color css
<style>
a { background-color: #243BB6; }
a { background-color: rgb(36,59,182); }
div.DivClassName
{
background-color: #243BB6;
}
.BgClassName
{
background-color: #243BB6;
}
</style>
border-color css
<style>
span { border-color: #243BB6; }
span { border-color: rgb(36,59,182); }
td.TdClassName
{
border-color: #243BB6;
}
.TagClassName
{
border-color: #243BB6;
}
</style>