Shades of Persian Blue #2733BD
Tints of Persian Blue #2733BD
RGB
CMYK
RGB Variations
Color information
#2733BD (or 0x2733BD) is known color: Persian Blue. HEX triplet: 27, 33 and BD. RGB value is (39,51,189). Sum of RGB (Red+Green+Blue) = 39+51+189=279 (36% of max value = 765). Red value is 39 (15.62% from 255 or 13.98% from 279); Green value is 51 (20.31% from 255 or 18.28% from 279); Blue value is 189 (74.22% from 255 or 67.74% from 279); Max value from RGB is 189 - color contains mainly: blue. Hex color #2733BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2733BD is #D8CC42. Grayscale: #3E3E3E. Windows color (decimal): -14208067 or 12399399. OLE color: 12399399.
HSL color Cylindrical-coordinate representation of color #2733BD: hue angle of 235.2º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2733BD is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 51 | 189 | - |
| CMYK | 0.79 | 0.73 | 0 | 0.26 |
| HSL | 235.2º | 0.66% | 0.45% | - |
| HSV(B) | 235.2º | 0.79% | 0.74% | - |
| XYZ | 11.21 | 6.47 | 48.8 | - |
| YUV | 63.14 | 199.02 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 51 | 189 | 0.79 | 0.73 | 0 | 0.26 | 235.2 | 0.66 | 0.45 |
| Hex | 27 | 33 | BD | 4F | 49 | 0 | 1A | EB | 42 | 2D |
| Octal | 47 | 63 | 275 | 117 | 111 | 0 | 32 | 353 | 102 | 55 |
| Binary | 100111 | 110011 | 10111101 | 1001111 | 1001001 | 0 | 11010 | 11101011 | 1000010 | 101101 |
Color Harmonies of #2733BD
Complementary color
Monochromatic Colors of #2733BD
Black with #2733BD
Text Example
Text Example
White with #2733BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2733BD; }
p { color: rgb(39,51,189); }
H1.HeaderClassName
{
color: #2733BD;
}
.AnyTagClassName
{
color: #2733BD;
}
</style>
background-color css
<style>
a { background-color: #2733BD; }
a { background-color: rgb(39,51,189); }
div.DivClassName
{
background-color: #2733BD;
}
.BgClassName
{
background-color: #2733BD;
}
</style>
border-color css
<style>
span { border-color: #2733BD; }
span { border-color: rgb(39,51,189); }
td.TdClassName
{
border-color: #2733BD;
}
.TagClassName
{
border-color: #2733BD;
}
</style>