Shades of Persian Blue #283DBB
Tints of Persian Blue #283DBB
RGB
CMYK
RGB Variations
Color information
#283DBB (or 0x283DBB) is known color: Persian Blue. HEX triplet: 28, 3D and BB. RGB value is (40,61,187). Sum of RGB (Red+Green+Blue) = 40+61+187=288 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.89% from 288); Green value is 61 (24.22% from 255 or 21.18% from 288); Blue value is 187 (73.44% from 255 or 64.93% from 288); Max value from RGB is 187 - color contains mainly: blue. Hex color #283DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283DBB is #D7C244. Grayscale: #444444. Windows color (decimal): -14139973 or 12270888. OLE color: 12270888.
HSL color Cylindrical-coordinate representation of color #283DBB: hue angle of 231.43º 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 #283DBB is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 61 | 187 | - |
| CMYK | 0.79 | 0.67 | 0 | 0.27 |
| HSL | 231.43º | 0.65% | 0.45% | - |
| HSV(B) | 231.43º | 0.79% | 0.73% | - |
| XYZ | 11.51 | 7.38 | 47.83 | - |
| YUV | 69.09 | 194.54 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 61 | 187 | 0.79 | 0.67 | 0 | 0.27 | 231.43 | 0.65 | 0.45 |
| Hex | 28 | 3D | BB | 4F | 43 | 0 | 1B | E7 | 41 | 2D |
| Octal | 50 | 75 | 273 | 117 | 103 | 0 | 33 | 347 | 101 | 55 |
| Binary | 101000 | 111101 | 10111011 | 1001111 | 1000011 | 0 | 11011 | 11100111 | 1000001 | 101101 |
Color Harmonies of #283DBB
Complementary color
Monochromatic Colors of #283DBB
Black with #283DBB
Text Example
Text Example
White with #283DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283DBB; }
p { color: rgb(40,61,187); }
H1.HeaderClassName
{
color: #283DBB;
}
.AnyTagClassName
{
color: #283DBB;
}
</style>
background-color css
<style>
a { background-color: #283DBB; }
a { background-color: rgb(40,61,187); }
div.DivClassName
{
background-color: #283DBB;
}
.BgClassName
{
background-color: #283DBB;
}
</style>
border-color css
<style>
span { border-color: #283DBB; }
span { border-color: rgb(40,61,187); }
td.TdClassName
{
border-color: #283DBB;
}
.TagClassName
{
border-color: #283DBB;
}
</style>