Shades of Persian Blue #3238CD
Tints of Persian Blue #3238CD
RGB
CMYK
RGB Variations
Color information
#3238CD (or 0x3238CD) is known color: Persian Blue. HEX triplet: 32, 38 and CD. RGB value is (50,56,205). Sum of RGB (Red+Green+Blue) = 50+56+205=311 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.08% from 311); Green value is 56 (22.27% from 255 or 18.01% from 311); Blue value is 205 (80.47% from 255 or 65.92% from 311); Max value from RGB is 205 - color contains mainly: blue. Hex color #3238CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3238CD is #CDC732. Grayscale: #464646. Windows color (decimal): -13485875 or 13449266. OLE color: 13449266.
HSL color Cylindrical-coordinate representation of color #3238CD: hue angle of 237.68º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3238CD is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 56 | 205 | - |
| CMYK | 0.76 | 0.73 | 0 | 0.20 |
| HSL | 237.68º | 0.61% | 0.5% | - |
| HSV(B) | 237.68º | 0.76% | 0.8% | - |
| XYZ | 13.75 | 7.91 | 58.56 | - |
| YUV | 71.19 | 203.51 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 56 | 205 | 0.76 | 0.73 | 0 | 0.20 | 237.68 | 0.61 | 0.5 |
| Hex | 32 | 38 | CD | 4C | 49 | 0 | 14 | EE | 3D | 32 |
| Octal | 62 | 70 | 315 | 114 | 111 | 0 | 24 | 356 | 75 | 62 |
| Binary | 110010 | 111000 | 11001101 | 1001100 | 1001001 | 0 | 10100 | 11101110 | 111101 | 110010 |
Color Harmonies of #3238CD
Complementary color
Monochromatic Colors of #3238CD
Black with #3238CD
Text Example
Text Example
White with #3238CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3238CD; }
p { color: rgb(50,56,205); }
H1.HeaderClassName
{
color: #3238CD;
}
.AnyTagClassName
{
color: #3238CD;
}
</style>
background-color css
<style>
a { background-color: #3238CD; }
a { background-color: rgb(50,56,205); }
div.DivClassName
{
background-color: #3238CD;
}
.BgClassName
{
background-color: #3238CD;
}
</style>
border-color css
<style>
span { border-color: #3238CD; }
span { border-color: rgb(50,56,205); }
td.TdClassName
{
border-color: #3238CD;
}
.TagClassName
{
border-color: #3238CD;
}
</style>