Shades of Persian Blue #2B34CE
Tints of Persian Blue #2B34CE
RGB
CMYK
RGB Variations
Color information
#2B34CE (or 0x2B34CE) is known color: Persian Blue. HEX triplet: 2B, 34 and CE. RGB value is (43,52,206). Sum of RGB (Red+Green+Blue) = 43+52+206=301 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.29% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 206 (80.86% from 255 or 68.44% from 301); Max value from RGB is 206 - color contains mainly: blue. Hex color #2B34CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B34CE is #D4CB31. Grayscale: #424242. Windows color (decimal): -13945650 or 13513771. OLE color: 13513771.
HSL color Cylindrical-coordinate representation of color #2B34CE: hue angle of 236.69º degrees, saturation: 0.65, 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 #2B34CE is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 52 | 206 | - |
| CMYK | 0.79 | 0.75 | 0 | 0.19 |
| HSL | 236.69º | 0.65% | 0.49% | - |
| HSV(B) | 236.69º | 0.79% | 0.81% | - |
| XYZ | 13.36 | 7.43 | 59.12 | - |
| YUV | 66.87 | 206.52 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 52 | 206 | 0.79 | 0.75 | 0 | 0.19 | 236.69 | 0.65 | 0.49 |
| Hex | 2B | 34 | CE | 4F | 4B | 0 | 13 | ED | 41 | 31 |
| Octal | 53 | 64 | 316 | 117 | 113 | 0 | 23 | 355 | 101 | 61 |
| Binary | 101011 | 110100 | 11001110 | 1001111 | 1001011 | 0 | 10011 | 11101101 | 1000001 | 110001 |
Color Harmonies of #2B34CE
Complementary color
Monochromatic Colors of #2B34CE
Black with #2B34CE
Text Example
Text Example
White with #2B34CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B34CE; }
p { color: rgb(43,52,206); }
H1.HeaderClassName
{
color: #2B34CE;
}
.AnyTagClassName
{
color: #2B34CE;
}
</style>
background-color css
<style>
a { background-color: #2B34CE; }
a { background-color: rgb(43,52,206); }
div.DivClassName
{
background-color: #2B34CE;
}
.BgClassName
{
background-color: #2B34CE;
}
</style>
border-color css
<style>
span { border-color: #2B34CE; }
span { border-color: rgb(43,52,206); }
td.TdClassName
{
border-color: #2B34CE;
}
.TagClassName
{
border-color: #2B34CE;
}
</style>