Shades of Persian Blue #2B2FDC
Tints of Persian Blue #2B2FDC
RGB
CMYK
RGB Variations
Color information
#2B2FDC (or 0x2B2FDC) is known color: Persian Blue. HEX triplet: 2B, 2F and DC. RGB value is (43,47,220). Sum of RGB (Red+Green+Blue) = 43+47+220=310 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.87% from 310); Green value is 47 (18.75% from 255 or 15.16% from 310); Blue value is 220 (86.33% from 255 or 70.97% from 310); Max value from RGB is 220 - color contains mainly: blue. Hex color #2B2FDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B2FDC is #D4D023. Grayscale: #404040. Windows color (decimal): -13946916 or 14429995. OLE color: 14429995.
HSL color Cylindrical-coordinate representation of color #2B2FDC: hue angle of 238.64º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B2FDC is Cyan = 0.80, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 43 | 47 | 220 | - |
CMYK | 0.80 | 0.79 | 0 | 0.14 |
HSL | 238.64º | 0.72% | 0.52% | - |
HSV(B) | 238.64º | 0.8% | 0.86% | - |
XYZ | 14.93 | 7.71 | 68.41 | - |
YUV | 65.53 | 215.17 | 111.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 47 | 220 | 0.80 | 0.79 | 0 | 0.14 | 238.64 | 0.72 | 0.52 |
Hex | 2B | 2F | DC | 50 | 4F | 0 | E | EF | 48 | 34 |
Octal | 53 | 57 | 334 | 120 | 117 | 0 | 16 | 357 | 110 | 64 |
Binary | 101011 | 101111 | 11011100 | 1010000 | 1001111 | 0 | 1110 | 11101111 | 1001000 | 110100 |
Color Harmonies of #2B2FDC
Complementary color
Monochromatic Colors of #2B2FDC
Black with #2B2FDC
Text Example
Text Example
White with #2B2FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2FDC; }
p { color: rgb(43,47,220); }
H1.HeaderClassName
{
color: #2B2FDC;
}
.AnyTagClassName
{
color: #2B2FDC;
}
</style>
background-color css
<style>
a { background-color: #2B2FDC; }
a { background-color: rgb(43,47,220); }
div.DivClassName
{
background-color: #2B2FDC;
}
.BgClassName
{
background-color: #2B2FDC;
}
</style>
border-color css
<style>
span { border-color: #2B2FDC; }
span { border-color: rgb(43,47,220); }
td.TdClassName
{
border-color: #2B2FDC;
}
.TagClassName
{
border-color: #2B2FDC;
}
</style>