Shades of Persian Blue #2733DA
Tints of Persian Blue #2733DA
RGB
CMYK
RGB Variations
Color information
#2733DA (or 0x2733DA) is known color: Persian Blue. HEX triplet: 27, 33 and DA. RGB value is (39,51,218). Sum of RGB (Red+Green+Blue) = 39+51+218=308 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.66% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 218 (85.55% from 255 or 70.78% from 308); Max value from RGB is 218 - color contains mainly: blue. Hex color #2733DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2733DA is #D8CC25. Grayscale: #414141. Windows color (decimal): -14208038 or 14299943. OLE color: 14299943.
HSL color Cylindrical-coordinate representation of color #2733DA: hue angle of 235.98º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2733DA is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 39 | 51 | 218 | - |
| CMYK | 0.82 | 0.77 | 0 | 0.15 |
| HSL | 235.98º | 0.71% | 0.5% | - |
| HSV(B) | 235.98º | 0.82% | 0.85% | - |
| XYZ | 14.68 | 7.86 | 67.07 | - |
| YUV | 66.45 | 213.52 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 51 | 218 | 0.82 | 0.77 | 0 | 0.15 | 235.98 | 0.71 | 0.5 |
| Hex | 27 | 33 | DA | 52 | 4D | 0 | F | EC | 47 | 32 |
| Octal | 47 | 63 | 332 | 122 | 115 | 0 | 17 | 354 | 107 | 62 |
| Binary | 100111 | 110011 | 11011010 | 1010010 | 1001101 | 0 | 1111 | 11101100 | 1000111 | 110010 |
Color Harmonies of #2733DA
Complementary color
Monochromatic Colors of #2733DA
Black with #2733DA
Text Example
Text Example
White with #2733DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2733DA; }
p { color: rgb(39,51,218); }
H1.HeaderClassName
{
color: #2733DA;
}
.AnyTagClassName
{
color: #2733DA;
}
</style>
background-color css
<style>
a { background-color: #2733DA; }
a { background-color: rgb(39,51,218); }
div.DivClassName
{
background-color: #2733DA;
}
.BgClassName
{
background-color: #2733DA;
}
</style>
border-color css
<style>
span { border-color: #2733DA; }
span { border-color: rgb(39,51,218); }
td.TdClassName
{
border-color: #2733DA;
}
.TagClassName
{
border-color: #2733DA;
}
</style>