Shades of Persian Blue #3238BE
Tints of Persian Blue #3238BE
RGB
CMYK
RGB Variations
Color information
#3238BE (or 0x3238BE) is known color: Persian Blue. HEX triplet: 32, 38 and BE. RGB value is (50,56,190). Sum of RGB (Red+Green+Blue) = 50+56+190=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 56 (22.27% from 255 or 18.92% from 296); Blue value is 190 (74.61% from 255 or 64.19% from 296); Max value from RGB is 190 - color contains mainly: blue. Hex color #3238BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3238BE is #CDC741. Grayscale: #444444. Windows color (decimal): -13485890 or 12466226. OLE color: 12466226.
HSL color Cylindrical-coordinate representation of color #3238BE: hue angle of 237.43º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3238BE is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 56 | 190 | - |
| CMYK | 0.74 | 0.71 | 0 | 0.25 |
| HSL | 237.43º | 0.58% | 0.47% | - |
| HSV(B) | 237.43º | 0.74% | 0.75% | - |
| XYZ | 12.02 | 7.22 | 49.48 | - |
| YUV | 69.48 | 196.01 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 56 | 190 | 0.74 | 0.71 | 0 | 0.25 | 237.43 | 0.58 | 0.47 |
| Hex | 32 | 38 | BE | 4A | 47 | 0 | 19 | ED | 3A | 2F |
| Octal | 62 | 70 | 276 | 112 | 107 | 0 | 31 | 355 | 72 | 57 |
| Binary | 110010 | 111000 | 10111110 | 1001010 | 1000111 | 0 | 11001 | 11101101 | 111010 | 101111 |
Color Harmonies of #3238BE
Complementary color
Monochromatic Colors of #3238BE
Black with #3238BE
Text Example
Text Example
White with #3238BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3238BE; }
p { color: rgb(50,56,190); }
H1.HeaderClassName
{
color: #3238BE;
}
.AnyTagClassName
{
color: #3238BE;
}
</style>
background-color css
<style>
a { background-color: #3238BE; }
a { background-color: rgb(50,56,190); }
div.DivClassName
{
background-color: #3238BE;
}
.BgClassName
{
background-color: #3238BE;
}
</style>
border-color css
<style>
span { border-color: #3238BE; }
span { border-color: rgb(50,56,190); }
td.TdClassName
{
border-color: #3238BE;
}
.TagClassName
{
border-color: #3238BE;
}
</style>