Shades of Persian Blue #282CCB
Tints of Persian Blue #282CCB
RGB
CMYK
RGB Variations
Color information
#282CCB (or 0x282CCB) is known color: Persian Blue. HEX triplet: 28, 2C and CB. RGB value is (40,44,203). Sum of RGB (Red+Green+Blue) = 40+44+203=287 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.94% from 287); Green value is 44 (17.58% from 255 or 15.33% from 287); Blue value is 203 (79.69% from 255 or 70.73% from 287); Max value from RGB is 203 - color contains mainly: blue. Hex color #282CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #282CCB is #D7D334. Grayscale: #3C3C3C. Windows color (decimal): -14144309 or 13315112. OLE color: 13315112.
HSL color Cylindrical-coordinate representation of color #282CCB: hue angle of 238.53º 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 #282CCB is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 44 | 203 | - |
| CMYK | 0.80 | 0.78 | 0 | 0.20 |
| HSL | 238.53º | 0.67% | 0.48% | - |
| HSV(B) | 238.53º | 0.8% | 0.8% | - |
| XYZ | 12.56 | 6.56 | 57.11 | - |
| YUV | 60.93 | 208.17 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 44 | 203 | 0.80 | 0.78 | 0 | 0.20 | 238.53 | 0.67 | 0.48 |
| Hex | 28 | 2C | CB | 50 | 4E | 0 | 14 | EF | 43 | 30 |
| Octal | 50 | 54 | 313 | 120 | 116 | 0 | 24 | 357 | 103 | 60 |
| Binary | 101000 | 101100 | 11001011 | 1010000 | 1001110 | 0 | 10100 | 11101111 | 1000011 | 110000 |
Color Harmonies of #282CCB
Complementary color
Monochromatic Colors of #282CCB
Black with #282CCB
Text Example
Text Example
White with #282CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282CCB; }
p { color: rgb(40,44,203); }
H1.HeaderClassName
{
color: #282CCB;
}
.AnyTagClassName
{
color: #282CCB;
}
</style>
background-color css
<style>
a { background-color: #282CCB; }
a { background-color: rgb(40,44,203); }
div.DivClassName
{
background-color: #282CCB;
}
.BgClassName
{
background-color: #282CCB;
}
</style>
border-color css
<style>
span { border-color: #282CCB; }
span { border-color: rgb(40,44,203); }
td.TdClassName
{
border-color: #282CCB;
}
.TagClassName
{
border-color: #282CCB;
}
</style>