Shades of Persian Blue #3924B3
Tints of Persian Blue #3924B3
RGB
CMYK
RGB Variations
Color information
#3924B3 (or 0x3924B3) is known color: Persian Blue. HEX triplet: 39, 24 and B3. RGB value is (57,36,179). Sum of RGB (Red+Green+Blue) = 57+36+179=272 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.96% from 272); Green value is 36 (14.45% from 255 or 13.24% from 272); Blue value is 179 (70.31% from 255 or 65.81% from 272); Max value from RGB is 179 - color contains mainly: blue. Hex color #3924B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3924B3 is #C6DB4C. Grayscale: #3A3A3A. Windows color (decimal): -13032269 or 11740217. OLE color: 11740217.
HSL color Cylindrical-coordinate representation of color #3924B3: hue angle of 248.81º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3924B3 is Cyan = 0.68, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 57 | 36 | 179 | - |
| CMYK | 0.68 | 0.80 | 0 | 0.30 |
| HSL | 248.81º | 0.67% | 0.42% | - |
| HSV(B) | 248.81º | 0.8% | 0.7% | - |
| XYZ | 10.45 | 5.39 | 43.14 | - |
| YUV | 58.58 | 195.96 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 36 | 179 | 0.68 | 0.80 | 0 | 0.30 | 248.81 | 0.67 | 0.42 |
| Hex | 39 | 24 | B3 | 44 | 50 | 0 | 1E | F9 | 43 | 2A |
| Octal | 71 | 44 | 263 | 104 | 120 | 0 | 36 | 371 | 103 | 52 |
| Binary | 111001 | 100100 | 10110011 | 1000100 | 1010000 | 0 | 11110 | 11111001 | 1000011 | 101010 |
Color Harmonies of #3924B3
Complementary color
Monochromatic Colors of #3924B3
Black with #3924B3
Text Example
Text Example
White with #3924B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3924B3; }
p { color: rgb(57,36,179); }
H1.HeaderClassName
{
color: #3924B3;
}
.AnyTagClassName
{
color: #3924B3;
}
</style>
background-color css
<style>
a { background-color: #3924B3; }
a { background-color: rgb(57,36,179); }
div.DivClassName
{
background-color: #3924B3;
}
.BgClassName
{
background-color: #3924B3;
}
</style>
border-color css
<style>
span { border-color: #3924B3; }
span { border-color: rgb(57,36,179); }
td.TdClassName
{
border-color: #3924B3;
}
.TagClassName
{
border-color: #3924B3;
}
</style>