Shades of Persian Blue #3629B4
Tints of Persian Blue #3629B4
RGB
CMYK
RGB Variations
Color information
#3629B4 (or 0x3629B4) is known color: Persian Blue. HEX triplet: 36, 29 and B4. RGB value is (54,41,180). Sum of RGB (Red+Green+Blue) = 54+41+180=275 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.64% from 275); Green value is 41 (16.41% from 255 or 14.91% from 275); Blue value is 180 (70.70% from 255 or 65.45% from 275); Max value from RGB is 180 - color contains mainly: blue. Hex color #3629B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3629B4 is #C9D64B. Grayscale: #3C3C3C. Windows color (decimal): -13227596 or 11807030. OLE color: 11807030.
HSL color Cylindrical-coordinate representation of color #3629B4: hue angle of 245.61º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3629B4 is Cyan = 0.7, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 54 | 41 | 180 | - |
| CMYK | 0.7 | 0.77 | 0 | 0.29 |
| HSL | 245.61º | 0.63% | 0.43% | - |
| HSV(B) | 245.61º | 0.77% | 0.71% | - |
| XYZ | 10.55 | 5.67 | 43.72 | - |
| YUV | 60.73 | 195.31 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 41 | 180 | 0.7 | 0.77 | 0 | 0.29 | 245.61 | 0.63 | 0.43 |
| Hex | 36 | 29 | B4 | 46 | 4D | 0 | 1D | F6 | 3F | 2B |
| Octal | 66 | 51 | 264 | 106 | 115 | 0 | 35 | 366 | 77 | 53 |
| Binary | 110110 | 101001 | 10110100 | 1000110 | 1001101 | 0 | 11101 | 11110110 | 111111 | 101011 |
Color Harmonies of #3629B4
Complementary color
Monochromatic Colors of #3629B4
Black with #3629B4
Text Example
Text Example
White with #3629B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3629B4; }
p { color: rgb(54,41,180); }
H1.HeaderClassName
{
color: #3629B4;
}
.AnyTagClassName
{
color: #3629B4;
}
</style>
background-color css
<style>
a { background-color: #3629B4; }
a { background-color: rgb(54,41,180); }
div.DivClassName
{
background-color: #3629B4;
}
.BgClassName
{
background-color: #3629B4;
}
</style>
border-color css
<style>
span { border-color: #3629B4; }
span { border-color: rgb(54,41,180); }
td.TdClassName
{
border-color: #3629B4;
}
.TagClassName
{
border-color: #3629B4;
}
</style>