Shades of Persian Blue #2738AA
Tints of Persian Blue #2738AA
RGB
CMYK
RGB Variations
Color information
#2738AA (or 0x2738AA) is known color: Persian Blue. HEX triplet: 27, 38 and AA. RGB value is (39,56,170). Sum of RGB (Red+Green+Blue) = 39+56+170=265 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.72% from 265); Green value is 56 (22.27% from 255 or 21.13% from 265); Blue value is 170 (66.80% from 255 or 64.15% from 265); Max value from RGB is 170 - color contains mainly: blue. Hex color #2738AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2738AA is #D8C755. Grayscale: #3F3F3F. Windows color (decimal): -14206806 or 11155495. OLE color: 11155495.
HSL color Cylindrical-coordinate representation of color #2738AA: hue angle of 232.21º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2738AA is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 56 | 170 | - |
| CMYK | 0.77 | 0.67 | 0 | 0.33 |
| HSL | 232.21º | 0.63% | 0.41% | - |
| HSV(B) | 232.21º | 0.77% | 0.67% | - |
| XYZ | 9.51 | 6.16 | 38.72 | - |
| YUV | 63.91 | 187.87 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 56 | 170 | 0.77 | 0.67 | 0 | 0.33 | 232.21 | 0.63 | 0.41 |
| Hex | 27 | 38 | AA | 4D | 43 | 0 | 21 | E8 | 3F | 29 |
| Octal | 47 | 70 | 252 | 115 | 103 | 0 | 41 | 350 | 77 | 51 |
| Binary | 100111 | 111000 | 10101010 | 1001101 | 1000011 | 0 | 100001 | 11101000 | 111111 | 101001 |
Color Harmonies of #2738AA
Complementary color
Monochromatic Colors of #2738AA
Black with #2738AA
Text Example
Text Example
White with #2738AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2738AA; }
p { color: rgb(39,56,170); }
H1.HeaderClassName
{
color: #2738AA;
}
.AnyTagClassName
{
color: #2738AA;
}
</style>
background-color css
<style>
a { background-color: #2738AA; }
a { background-color: rgb(39,56,170); }
div.DivClassName
{
background-color: #2738AA;
}
.BgClassName
{
background-color: #2738AA;
}
</style>
border-color css
<style>
span { border-color: #2738AA; }
span { border-color: rgb(39,56,170); }
td.TdClassName
{
border-color: #2738AA;
}
.TagClassName
{
border-color: #2738AA;
}
</style>