Shades of Persian Blue #283CB2
Tints of Persian Blue #283CB2
RGB
CMYK
RGB Variations
Color information
#283CB2 (or 0x283CB2) is known color: Persian Blue. HEX triplet: 28, 3C and B2. RGB value is (40,60,178). Sum of RGB (Red+Green+Blue) = 40+60+178=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 60 (23.83% from 255 or 21.58% from 278); Blue value is 178 (69.92% from 255 or 64.03% from 278); Max value from RGB is 178 - color contains mainly: blue. Hex color #283CB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283CB2 is #D7C34D. Grayscale: #424242. Windows color (decimal): -14140238 or 11680808. OLE color: 11680808.
HSL color Cylindrical-coordinate representation of color #283CB2: hue angle of 231.3º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #283CB2 is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 40 | 60 | 178 | - |
| CMYK | 0.78 | 0.66 | 0 | 0.30 |
| HSL | 231.3º | 0.63% | 0.43% | - |
| HSV(B) | 231.3º | 0.78% | 0.7% | - |
| XYZ | 10.53 | 6.9 | 42.9 | - |
| YUV | 67.47 | 190.37 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 60 | 178 | 0.78 | 0.66 | 0 | 0.30 | 231.3 | 0.63 | 0.43 |
| Hex | 28 | 3C | B2 | 4E | 42 | 0 | 1E | E7 | 3F | 2B |
| Octal | 50 | 74 | 262 | 116 | 102 | 0 | 36 | 347 | 77 | 53 |
| Binary | 101000 | 111100 | 10110010 | 1001110 | 1000010 | 0 | 11110 | 11100111 | 111111 | 101011 |
Color Harmonies of #283CB2
Complementary color
Monochromatic Colors of #283CB2
Black with #283CB2
Text Example
Text Example
White with #283CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283CB2; }
p { color: rgb(40,60,178); }
H1.HeaderClassName
{
color: #283CB2;
}
.AnyTagClassName
{
color: #283CB2;
}
</style>
background-color css
<style>
a { background-color: #283CB2; }
a { background-color: rgb(40,60,178); }
div.DivClassName
{
background-color: #283CB2;
}
.BgClassName
{
background-color: #283CB2;
}
</style>
border-color css
<style>
span { border-color: #283CB2; }
span { border-color: rgb(40,60,178); }
td.TdClassName
{
border-color: #283CB2;
}
.TagClassName
{
border-color: #283CB2;
}
</style>