Shades of Persian Blue #3618CC
Tints of Persian Blue #3618CC
RGB
CMYK
RGB Variations
Color information
#3618CC (or 0x3618CC) is known color: Persian Blue. HEX triplet: 36, 18 and CC. RGB value is (54,24,204). Sum of RGB (Red+Green+Blue) = 54+24+204=282 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.15% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 204 (80.08% from 255 or 72.34% from 282); Max value from RGB is 204 - color contains mainly: blue. Hex color #3618CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3618CC is #C9E733. Grayscale: #343434. Windows color (decimal): -13231924 or 13375542. OLE color: 13375542.
HSL color Cylindrical-coordinate representation of color #3618CC: hue angle of 250º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3618CC is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 54 | 24 | 204 | - |
| CMYK | 0.74 | 0.88 | 0 | 0.2 |
| HSL | 250º | 0.79% | 0.45% | - |
| HSV(B) | 250º | 0.88% | 0.8% | - |
| XYZ | 12.75 | 5.8 | 57.57 | - |
| YUV | 53.49 | 212.94 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 24 | 204 | 0.74 | 0.88 | 0 | 0.2 | 250 | 0.79 | 0.45 |
| Hex | 36 | 18 | CC | 4A | 58 | 0 | 14 | FA | 4F | 2D |
| Octal | 66 | 30 | 314 | 112 | 130 | 0 | 24 | 372 | 117 | 55 |
| Binary | 110110 | 11000 | 11001100 | 1001010 | 1011000 | 0 | 10100 | 11111010 | 1001111 | 101101 |
Color Harmonies of #3618CC
Complementary color
Monochromatic Colors of #3618CC
Black with #3618CC
Text Example
Text Example
White with #3618CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3618CC; }
p { color: rgb(54,24,204); }
H1.HeaderClassName
{
color: #3618CC;
}
.AnyTagClassName
{
color: #3618CC;
}
</style>
background-color css
<style>
a { background-color: #3618CC; }
a { background-color: rgb(54,24,204); }
div.DivClassName
{
background-color: #3618CC;
}
.BgClassName
{
background-color: #3618CC;
}
</style>
border-color css
<style>
span { border-color: #3618CC; }
span { border-color: rgb(54,24,204); }
td.TdClassName
{
border-color: #3618CC;
}
.TagClassName
{
border-color: #3618CC;
}
</style>