Shades of Persian Blue #2738CC
Tints of Persian Blue #2738CC
RGB
CMYK
RGB Variations
Color information
#2738CC (or 0x2738CC) is known color: Persian Blue. HEX triplet: 27, 38 and CC. RGB value is (39,56,204). Sum of RGB (Red+Green+Blue) = 39+56+204=299 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.04% from 299); Green value is 56 (22.27% from 255 or 18.73% from 299); Blue value is 204 (80.08% from 255 or 68.23% from 299); Max value from RGB is 204 - color contains mainly: blue. Hex color #2738CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2738CC is #D8C733. Grayscale: #434343. Windows color (decimal): -14206772 or 13383719. OLE color: 13383719.
HSL color Cylindrical-coordinate representation of color #2738CC: hue angle of 233.82º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2738CC is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 39 | 56 | 204 | - |
| CMYK | 0.81 | 0.73 | 0 | 0.2 |
| HSL | 233.82º | 0.68% | 0.48% | - |
| HSV(B) | 233.82º | 0.81% | 0.8% | - |
| XYZ | 13.15 | 7.62 | 57.9 | - |
| YUV | 67.79 | 204.87 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 56 | 204 | 0.81 | 0.73 | 0 | 0.2 | 233.82 | 0.68 | 0.48 |
| Hex | 27 | 38 | CC | 51 | 49 | 0 | 14 | EA | 44 | 30 |
| Octal | 47 | 70 | 314 | 121 | 111 | 0 | 24 | 352 | 104 | 60 |
| Binary | 100111 | 111000 | 11001100 | 1010001 | 1001001 | 0 | 10100 | 11101010 | 1000100 | 110000 |
Color Harmonies of #2738CC
Complementary color
Monochromatic Colors of #2738CC
Black with #2738CC
Text Example
Text Example
White with #2738CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2738CC; }
p { color: rgb(39,56,204); }
H1.HeaderClassName
{
color: #2738CC;
}
.AnyTagClassName
{
color: #2738CC;
}
</style>
background-color css
<style>
a { background-color: #2738CC; }
a { background-color: rgb(39,56,204); }
div.DivClassName
{
background-color: #2738CC;
}
.BgClassName
{
background-color: #2738CC;
}
</style>
border-color css
<style>
span { border-color: #2738CC; }
span { border-color: rgb(39,56,204); }
td.TdClassName
{
border-color: #2738CC;
}
.TagClassName
{
border-color: #2738CC;
}
</style>