Shades of Persian Blue #3623BE
Tints of Persian Blue #3623BE
RGB
CMYK
RGB Variations
Color information
#3623BE (or 0x3623BE) is known color: Persian Blue. HEX triplet: 36, 23 and BE. RGB value is (54,35,190). Sum of RGB (Red+Green+Blue) = 54+35+190=279 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.35% from 279); Green value is 35 (14.06% from 255 or 12.54% from 279); Blue value is 190 (74.61% from 255 or 68.10% from 279); Max value from RGB is 190 - color contains mainly: blue. Hex color #3623BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3623BE is #C9DC41. Grayscale: #393939. Windows color (decimal): -13229122 or 12460854. OLE color: 12460854.
HSL color Cylindrical-coordinate representation of color #3623BE: hue angle of 247.35º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3623BE is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 54 | 35 | 190 | - |
| CMYK | 0.72 | 0.82 | 0 | 0.25 |
| HSL | 247.35º | 0.69% | 0.44% | - |
| HSV(B) | 247.35º | 0.82% | 0.75% | - |
| XYZ | 11.42 | 5.7 | 49.21 | - |
| YUV | 58.35 | 202.29 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 35 | 190 | 0.72 | 0.82 | 0 | 0.25 | 247.35 | 0.69 | 0.44 |
| Hex | 36 | 23 | BE | 48 | 52 | 0 | 19 | F7 | 45 | 2C |
| Octal | 66 | 43 | 276 | 110 | 122 | 0 | 31 | 367 | 105 | 54 |
| Binary | 110110 | 100011 | 10111110 | 1001000 | 1010010 | 0 | 11001 | 11110111 | 1000101 | 101100 |
Color Harmonies of #3623BE
Complementary color
Monochromatic Colors of #3623BE
Black with #3623BE
Text Example
Text Example
White with #3623BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3623BE; }
p { color: rgb(54,35,190); }
H1.HeaderClassName
{
color: #3623BE;
}
.AnyTagClassName
{
color: #3623BE;
}
</style>
background-color css
<style>
a { background-color: #3623BE; }
a { background-color: rgb(54,35,190); }
div.DivClassName
{
background-color: #3623BE;
}
.BgClassName
{
background-color: #3623BE;
}
</style>
border-color css
<style>
span { border-color: #3623BE; }
span { border-color: rgb(54,35,190); }
td.TdClassName
{
border-color: #3623BE;
}
.TagClassName
{
border-color: #3623BE;
}
</style>