Shades of Persian Blue #3238BC
Tints of Persian Blue #3238BC
RGB
CMYK
RGB Variations
Color information
#3238BC (or 0x3238BC) is known color: Persian Blue. HEX triplet: 32, 38 and BC. RGB value is (50,56,188). Sum of RGB (Red+Green+Blue) = 50+56+188=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 56 (22.27% from 255 or 19.05% from 294); Blue value is 188 (73.83% from 255 or 63.95% from 294); Max value from RGB is 188 - color contains mainly: blue. Hex color #3238BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3238BC is #CDC743. Grayscale: #444444. Windows color (decimal): -13485892 or 12335154. OLE color: 12335154.
HSL color Cylindrical-coordinate representation of color #3238BC: hue angle of 237.39º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3238BC is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 56 | 188 | - |
| CMYK | 0.73 | 0.70 | 0 | 0.26 |
| HSL | 237.39º | 0.58% | 0.47% | - |
| HSV(B) | 237.39º | 0.73% | 0.74% | - |
| XYZ | 11.81 | 7.14 | 48.33 | - |
| YUV | 69.25 | 195.01 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 56 | 188 | 0.73 | 0.70 | 0 | 0.26 | 237.39 | 0.58 | 0.47 |
| Hex | 32 | 38 | BC | 49 | 46 | 0 | 1A | ED | 3A | 2F |
| Octal | 62 | 70 | 274 | 111 | 106 | 0 | 32 | 355 | 72 | 57 |
| Binary | 110010 | 111000 | 10111100 | 1001001 | 1000110 | 0 | 11010 | 11101101 | 111010 | 101111 |
Color Harmonies of #3238BC
Complementary color
Monochromatic Colors of #3238BC
Black with #3238BC
Text Example
Text Example
White with #3238BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3238BC; }
p { color: rgb(50,56,188); }
H1.HeaderClassName
{
color: #3238BC;
}
.AnyTagClassName
{
color: #3238BC;
}
</style>
background-color css
<style>
a { background-color: #3238BC; }
a { background-color: rgb(50,56,188); }
div.DivClassName
{
background-color: #3238BC;
}
.BgClassName
{
background-color: #3238BC;
}
</style>
border-color css
<style>
span { border-color: #3238BC; }
span { border-color: rgb(50,56,188); }
td.TdClassName
{
border-color: #3238BC;
}
.TagClassName
{
border-color: #3238BC;
}
</style>