Shades of Persian Blue #2738BC
Tints of Persian Blue #2738BC
RGB
CMYK
RGB Variations
Color information
#2738BC (or 0x2738BC) is known color: Persian Blue. HEX triplet: 27, 38 and BC. RGB value is (39,56,188). Sum of RGB (Red+Green+Blue) = 39+56+188=283 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.78% from 283); Green value is 56 (22.27% from 255 or 19.79% from 283); Blue value is 188 (73.83% from 255 or 66.43% from 283); Max value from RGB is 188 - color contains mainly: blue. Hex color #2738BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2738BC is #D8C743. Grayscale: #414141. Windows color (decimal): -14206788 or 12335143. OLE color: 12335143.
HSL color Cylindrical-coordinate representation of color #2738BC: hue angle of 233.15º 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 #2738BC is Cyan = 0.79, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 56 | 188 | - |
| CMYK | 0.79 | 0.70 | 0 | 0.26 |
| HSL | 233.15º | 0.66% | 0.45% | - |
| HSV(B) | 233.15º | 0.79% | 0.74% | - |
| XYZ | 11.33 | 6.89 | 48.31 | - |
| YUV | 65.97 | 196.87 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 56 | 188 | 0.79 | 0.70 | 0 | 0.26 | 233.15 | 0.66 | 0.45 |
| Hex | 27 | 38 | BC | 4F | 46 | 0 | 1A | E9 | 42 | 2D |
| Octal | 47 | 70 | 274 | 117 | 106 | 0 | 32 | 351 | 102 | 55 |
| Binary | 100111 | 111000 | 10111100 | 1001111 | 1000110 | 0 | 11010 | 11101001 | 1000010 | 101101 |
Color Harmonies of #2738BC
Complementary color
Monochromatic Colors of #2738BC
Black with #2738BC
Text Example
Text Example
White with #2738BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2738BC; }
p { color: rgb(39,56,188); }
H1.HeaderClassName
{
color: #2738BC;
}
.AnyTagClassName
{
color: #2738BC;
}
</style>
background-color css
<style>
a { background-color: #2738BC; }
a { background-color: rgb(39,56,188); }
div.DivClassName
{
background-color: #2738BC;
}
.BgClassName
{
background-color: #2738BC;
}
</style>
border-color css
<style>
span { border-color: #2738BC; }
span { border-color: rgb(39,56,188); }
td.TdClassName
{
border-color: #2738BC;
}
.TagClassName
{
border-color: #2738BC;
}
</style>