Shades of Persian Blue #2B3ACF
Tints of Persian Blue #2B3ACF
RGB
CMYK
RGB Variations
Color information
#2B3ACF (or 0x2B3ACF) is known color: Persian Blue. HEX triplet: 2B, 3A and CF. RGB value is (43,58,207). Sum of RGB (Red+Green+Blue) = 43+58+207=308 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.96% from 308); Green value is 58 (23.05% from 255 or 18.83% from 308); Blue value is 207 (81.25% from 255 or 67.21% from 308); Max value from RGB is 207 - color contains mainly: blue. Hex color #2B3ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B3ACF is #D4C530. Grayscale: #454545. Windows color (decimal): -13944113 or 13580843. OLE color: 13580843.
HSL color Cylindrical-coordinate representation of color #2B3ACF: hue angle of 234.51º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B3ACF is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 58 | 207 | - |
| CMYK | 0.79 | 0.72 | 0 | 0.19 |
| HSL | 234.51º | 0.66% | 0.49% | - |
| HSV(B) | 234.51º | 0.79% | 0.81% | - |
| XYZ | 13.77 | 8.04 | 59.86 | - |
| YUV | 70.5 | 205.03 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 58 | 207 | 0.79 | 0.72 | 0 | 0.19 | 234.51 | 0.66 | 0.49 |
| Hex | 2B | 3A | CF | 4F | 48 | 0 | 13 | EB | 42 | 31 |
| Octal | 53 | 72 | 317 | 117 | 110 | 0 | 23 | 353 | 102 | 61 |
| Binary | 101011 | 111010 | 11001111 | 1001111 | 1001000 | 0 | 10011 | 11101011 | 1000010 | 110001 |
Color Harmonies of #2B3ACF
Complementary color
Monochromatic Colors of #2B3ACF
Black with #2B3ACF
Text Example
Text Example
White with #2B3ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3ACF; }
p { color: rgb(43,58,207); }
H1.HeaderClassName
{
color: #2B3ACF;
}
.AnyTagClassName
{
color: #2B3ACF;
}
</style>
background-color css
<style>
a { background-color: #2B3ACF; }
a { background-color: rgb(43,58,207); }
div.DivClassName
{
background-color: #2B3ACF;
}
.BgClassName
{
background-color: #2B3ACF;
}
</style>
border-color css
<style>
span { border-color: #2B3ACF; }
span { border-color: rgb(43,58,207); }
td.TdClassName
{
border-color: #2B3ACF;
}
.TagClassName
{
border-color: #2B3ACF;
}
</style>