Shades of Persian Blue #2838CB
Tints of Persian Blue #2838CB
RGB
CMYK
RGB Variations
Color information
#2838CB (or 0x2838CB) is known color: Persian Blue. HEX triplet: 28, 38 and CB. RGB value is (40,56,203). Sum of RGB (Red+Green+Blue) = 40+56+203=299 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.38% from 299); Green value is 56 (22.27% from 255 or 18.73% from 299); Blue value is 203 (79.69% from 255 or 67.89% from 299); Max value from RGB is 203 - color contains mainly: blue. Hex color #2838CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2838CB is #D7C734. Grayscale: #434343. Windows color (decimal): -14141237 or 13318184. OLE color: 13318184.
HSL color Cylindrical-coordinate representation of color #2838CB: hue angle of 234.11º 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 #2838CB is Cyan = 0.80, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 56 | 203 | - |
| CMYK | 0.80 | 0.72 | 0 | 0.20 |
| HSL | 234.11º | 0.67% | 0.48% | - |
| HSV(B) | 234.11º | 0.8% | 0.8% | - |
| XYZ | 13.07 | 7.59 | 57.28 | - |
| YUV | 67.97 | 204.2 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 56 | 203 | 0.80 | 0.72 | 0 | 0.20 | 234.11 | 0.67 | 0.48 |
| Hex | 28 | 38 | CB | 50 | 48 | 0 | 14 | EA | 43 | 30 |
| Octal | 50 | 70 | 313 | 120 | 110 | 0 | 24 | 352 | 103 | 60 |
| Binary | 101000 | 111000 | 11001011 | 1010000 | 1001000 | 0 | 10100 | 11101010 | 1000011 | 110000 |
Color Harmonies of #2838CB
Complementary color
Monochromatic Colors of #2838CB
Black with #2838CB
Text Example
Text Example
White with #2838CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2838CB; }
p { color: rgb(40,56,203); }
H1.HeaderClassName
{
color: #2838CB;
}
.AnyTagClassName
{
color: #2838CB;
}
</style>
background-color css
<style>
a { background-color: #2838CB; }
a { background-color: rgb(40,56,203); }
div.DivClassName
{
background-color: #2838CB;
}
.BgClassName
{
background-color: #2838CB;
}
</style>
border-color css
<style>
span { border-color: #2838CB; }
span { border-color: rgb(40,56,203); }
td.TdClassName
{
border-color: #2838CB;
}
.TagClassName
{
border-color: #2838CB;
}
</style>