Shades of Persian Blue #2B18CC
Tints of Persian Blue #2B18CC
RGB
CMYK
RGB Variations
Color information
#2B18CC (or 0x2B18CC) is known color: Persian Blue. HEX triplet: 2B, 18 and CC. RGB value is (43,24,204). Sum of RGB (Red+Green+Blue) = 43+24+204=271 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.87% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 204 (80.08% from 255 or 75.28% from 271); Max value from RGB is 204 - color contains mainly: blue. Hex color #2B18CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B18CC is #D4E733. Grayscale: #313131. Windows color (decimal): -13952820 or 13375531. OLE color: 13375531.
HSL color Cylindrical-coordinate representation of color #2B18CC: hue angle of 246.33º 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 #2B18CC is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 43 | 24 | 204 | - |
| CMYK | 0.79 | 0.88 | 0 | 0.2 |
| HSL | 246.33º | 0.79% | 0.45% | - |
| HSV(B) | 246.33º | 0.88% | 0.8% | - |
| XYZ | 12.22 | 5.53 | 57.55 | - |
| YUV | 50.2 | 214.79 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 24 | 204 | 0.79 | 0.88 | 0 | 0.2 | 246.33 | 0.79 | 0.45 |
| Hex | 2B | 18 | CC | 4F | 58 | 0 | 14 | F6 | 4F | 2D |
| Octal | 53 | 30 | 314 | 117 | 130 | 0 | 24 | 366 | 117 | 55 |
| Binary | 101011 | 11000 | 11001100 | 1001111 | 1011000 | 0 | 10100 | 11110110 | 1001111 | 101101 |
Color Harmonies of #2B18CC
Complementary color
Monochromatic Colors of #2B18CC
Black with #2B18CC
Text Example
Text Example
White with #2B18CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B18CC; }
p { color: rgb(43,24,204); }
H1.HeaderClassName
{
color: #2B18CC;
}
.AnyTagClassName
{
color: #2B18CC;
}
</style>
background-color css
<style>
a { background-color: #2B18CC; }
a { background-color: rgb(43,24,204); }
div.DivClassName
{
background-color: #2B18CC;
}
.BgClassName
{
background-color: #2B18CC;
}
</style>
border-color css
<style>
span { border-color: #2B18CC; }
span { border-color: rgb(43,24,204); }
td.TdClassName
{
border-color: #2B18CC;
}
.TagClassName
{
border-color: #2B18CC;
}
</style>