Shades of Persian Blue #242FBE
Tints of Persian Blue #242FBE
RGB
CMYK
RGB Variations
Color information
#242FBE (or 0x242FBE) is known color: Persian Blue. HEX triplet: 24, 2F and BE. RGB value is (36,47,190). Sum of RGB (Red+Green+Blue) = 36+47+190=273 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.19% from 273); Green value is 47 (18.75% from 255 or 17.22% from 273); Blue value is 190 (74.61% from 255 or 69.60% from 273); Max value from RGB is 190 - color contains mainly: blue. Hex color #242FBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242FBE is #DBD041. Grayscale: #3B3B3B. Windows color (decimal): -14405698 or 12463908. OLE color: 12463908.
HSL color Cylindrical-coordinate representation of color #242FBE: hue angle of 235.71º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #242FBE is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 36 | 47 | 190 | - |
| CMYK | 0.81 | 0.75 | 0 | 0.25 |
| HSL | 235.71º | 0.68% | 0.44% | - |
| HSV(B) | 235.71º | 0.81% | 0.75% | - |
| XYZ | 11.04 | 6.13 | 49.32 | - |
| YUV | 60.01 | 201.36 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 47 | 190 | 0.81 | 0.75 | 0 | 0.25 | 235.71 | 0.68 | 0.44 |
| Hex | 24 | 2F | BE | 51 | 4B | 0 | 19 | EC | 44 | 2C |
| Octal | 44 | 57 | 276 | 121 | 113 | 0 | 31 | 354 | 104 | 54 |
| Binary | 100100 | 101111 | 10111110 | 1010001 | 1001011 | 0 | 11001 | 11101100 | 1000100 | 101100 |
Color Harmonies of #242FBE
Complementary color
Monochromatic Colors of #242FBE
Black with #242FBE
Text Example
Text Example
White with #242FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242FBE; }
p { color: rgb(36,47,190); }
H1.HeaderClassName
{
color: #242FBE;
}
.AnyTagClassName
{
color: #242FBE;
}
</style>
background-color css
<style>
a { background-color: #242FBE; }
a { background-color: rgb(36,47,190); }
div.DivClassName
{
background-color: #242FBE;
}
.BgClassName
{
background-color: #242FBE;
}
</style>
border-color css
<style>
span { border-color: #242FBE; }
span { border-color: rgb(36,47,190); }
td.TdClassName
{
border-color: #242FBE;
}
.TagClassName
{
border-color: #242FBE;
}
</style>