Shades of Persian Blue #283CC3
Tints of Persian Blue #283CC3
RGB
CMYK
RGB Variations
Color information
#283CC3 (or 0x283CC3) is known color: Persian Blue. HEX triplet: 28, 3C and C3. RGB value is (40,60,195). Sum of RGB (Red+Green+Blue) = 40+60+195=295 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.56% from 295); Green value is 60 (23.83% from 255 or 20.34% from 295); Blue value is 195 (76.56% from 255 or 66.10% from 295); Max value from RGB is 195 - color contains mainly: blue. Hex color #283CC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #283CC3 is #D7C33C. Grayscale: #444444. Windows color (decimal): -14140221 or 12794920. OLE color: 12794920.
HSL color Cylindrical-coordinate representation of color #283CC3: hue angle of 232.26º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #283CC3 is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 60 | 195 | - |
| CMYK | 0.79 | 0.69 | 0 | 0.24 |
| HSL | 232.26º | 0.66% | 0.46% | - |
| HSV(B) | 232.26º | 0.79% | 0.76% | - |
| XYZ | 12.34 | 7.62 | 52.45 | - |
| YUV | 69.41 | 198.87 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 60 | 195 | 0.79 | 0.69 | 0 | 0.24 | 232.26 | 0.66 | 0.46 |
| Hex | 28 | 3C | C3 | 4F | 45 | 0 | 18 | E8 | 42 | 2E |
| Octal | 50 | 74 | 303 | 117 | 105 | 0 | 30 | 350 | 102 | 56 |
| Binary | 101000 | 111100 | 11000011 | 1001111 | 1000101 | 0 | 11000 | 11101000 | 1000010 | 101110 |
Color Harmonies of #283CC3
Complementary color
Monochromatic Colors of #283CC3
Black with #283CC3
Text Example
Text Example
White with #283CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283CC3; }
p { color: rgb(40,60,195); }
H1.HeaderClassName
{
color: #283CC3;
}
.AnyTagClassName
{
color: #283CC3;
}
</style>
background-color css
<style>
a { background-color: #283CC3; }
a { background-color: rgb(40,60,195); }
div.DivClassName
{
background-color: #283CC3;
}
.BgClassName
{
background-color: #283CC3;
}
</style>
border-color css
<style>
span { border-color: #283CC3; }
span { border-color: rgb(40,60,195); }
td.TdClassName
{
border-color: #283CC3;
}
.TagClassName
{
border-color: #283CC3;
}
</style>