Shades of Persian Blue #283CBB
Tints of Persian Blue #283CBB
RGB
CMYK
RGB Variations
Color information
#283CBB (or 0x283CBB) is known color: Persian Blue. HEX triplet: 28, 3C and BB. RGB value is (40,60,187). Sum of RGB (Red+Green+Blue) = 40+60+187=287 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.94% from 287); Green value is 60 (23.83% from 255 or 20.91% from 287); Blue value is 187 (73.44% from 255 or 65.16% from 287); Max value from RGB is 187 - color contains mainly: blue. Hex color #283CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283CBB is #D7C344. Grayscale: #434343. Windows color (decimal): -14140229 or 12270632. OLE color: 12270632.
HSL color Cylindrical-coordinate representation of color #283CBB: hue angle of 231.84º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #283CBB is Cyan = 0.79, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 60 | 187 | - |
| CMYK | 0.79 | 0.68 | 0 | 0.27 |
| HSL | 231.84º | 0.65% | 0.45% | - |
| HSV(B) | 231.84º | 0.79% | 0.73% | - |
| XYZ | 11.46 | 7.27 | 47.81 | - |
| YUV | 68.5 | 194.87 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 60 | 187 | 0.79 | 0.68 | 0 | 0.27 | 231.84 | 0.65 | 0.45 |
| Hex | 28 | 3C | BB | 4F | 44 | 0 | 1B | E8 | 41 | 2D |
| Octal | 50 | 74 | 273 | 117 | 104 | 0 | 33 | 350 | 101 | 55 |
| Binary | 101000 | 111100 | 10111011 | 1001111 | 1000100 | 0 | 11011 | 11101000 | 1000001 | 101101 |
Color Harmonies of #283CBB
Complementary color
Monochromatic Colors of #283CBB
Black with #283CBB
Text Example
Text Example
White with #283CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283CBB; }
p { color: rgb(40,60,187); }
H1.HeaderClassName
{
color: #283CBB;
}
.AnyTagClassName
{
color: #283CBB;
}
</style>
background-color css
<style>
a { background-color: #283CBB; }
a { background-color: rgb(40,60,187); }
div.DivClassName
{
background-color: #283CBB;
}
.BgClassName
{
background-color: #283CBB;
}
</style>
border-color css
<style>
span { border-color: #283CBB; }
span { border-color: rgb(40,60,187); }
td.TdClassName
{
border-color: #283CBB;
}
.TagClassName
{
border-color: #283CBB;
}
</style>