Shades of Persian Blue #2838CC
Tints of Persian Blue #2838CC
RGB
CMYK
RGB Variations
Color information
#2838CC (or 0x2838CC) is known color: Persian Blue. HEX triplet: 28, 38 and CC. RGB value is (40,56,204). Sum of RGB (Red+Green+Blue) = 40+56+204=300 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.33% from 300); Green value is 56 (22.27% from 255 or 18.67% from 300); Blue value is 204 (80.08% from 255 or 68% from 300); Max value from RGB is 204 - color contains mainly: blue. Hex color #2838CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2838CC is #D7C733. Grayscale: #434343. Windows color (decimal): -14141236 or 13383720. OLE color: 13383720.
HSL color Cylindrical-coordinate representation of color #2838CC: hue angle of 234.15º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2838CC is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 40 | 56 | 204 | - |
| CMYK | 0.80 | 0.73 | 0 | 0.2 |
| HSL | 234.15º | 0.67% | 0.48% | - |
| HSV(B) | 234.15º | 0.8% | 0.8% | - |
| XYZ | 13.19 | 7.64 | 57.91 | - |
| YUV | 68.09 | 204.7 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 56 | 204 | 0.80 | 0.73 | 0 | 0.2 | 234.15 | 0.67 | 0.48 |
| Hex | 28 | 38 | CC | 50 | 49 | 0 | 14 | EA | 43 | 30 |
| Octal | 50 | 70 | 314 | 120 | 111 | 0 | 24 | 352 | 103 | 60 |
| Binary | 101000 | 111000 | 11001100 | 1010000 | 1001001 | 0 | 10100 | 11101010 | 1000011 | 110000 |
Color Harmonies of #2838CC
Complementary color
Monochromatic Colors of #2838CC
Black with #2838CC
Text Example
Text Example
White with #2838CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2838CC; }
p { color: rgb(40,56,204); }
H1.HeaderClassName
{
color: #2838CC;
}
.AnyTagClassName
{
color: #2838CC;
}
</style>
background-color css
<style>
a { background-color: #2838CC; }
a { background-color: rgb(40,56,204); }
div.DivClassName
{
background-color: #2838CC;
}
.BgClassName
{
background-color: #2838CC;
}
</style>
border-color css
<style>
span { border-color: #2838CC; }
span { border-color: rgb(40,56,204); }
td.TdClassName
{
border-color: #2838CC;
}
.TagClassName
{
border-color: #2838CC;
}
</style>