Shades of Rich Blue #453FB3
Tints of Rich Blue #453FB3
RGB
CMYK
RGB Variations
Color information
#453FB3 (or 0x453FB3) is known color: Rich Blue. HEX triplet: 45, 3F and B3. RGB value is (69,63,179). Sum of RGB (Red+Green+Blue) = 69+63+179=311 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.19% from 311); Green value is 63 (25% from 255 or 20.26% from 311); Blue value is 179 (70.31% from 255 or 57.56% from 311); Max value from RGB is 179 - color contains mainly: blue. Hex color #453FB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #453FB3 is #BAC04C. Grayscale: #4D4D4D. Windows color (decimal): -12238925 or 11747141. OLE color: 11747141.
HSL color Cylindrical-coordinate representation of color #453FB3: hue angle of 243.1º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #453FB3 is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 69 | 63 | 179 | - |
| CMYK | 0.61 | 0.65 | 0 | 0.30 |
| HSL | 243.1º | 0.48% | 0.47% | - |
| HSV(B) | 243.1º | 0.65% | 0.7% | - |
| XYZ | 12.37 | 8.07 | 43.55 | - |
| YUV | 78.02 | 184.99 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 63 | 179 | 0.61 | 0.65 | 0 | 0.30 | 243.1 | 0.48 | 0.47 |
| Hex | 45 | 3F | B3 | 3D | 41 | 0 | 1E | F3 | 30 | 2F |
| Octal | 105 | 77 | 263 | 75 | 101 | 0 | 36 | 363 | 60 | 57 |
| Binary | 1000101 | 111111 | 10110011 | 111101 | 1000001 | 0 | 11110 | 11110011 | 110000 | 101111 |
Color Harmonies of #453FB3
Complementary color
Monochromatic Colors of #453FB3
Black with #453FB3
Text Example
Text Example
White with #453FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453FB3; }
p { color: rgb(69,63,179); }
H1.HeaderClassName
{
color: #453FB3;
}
.AnyTagClassName
{
color: #453FB3;
}
</style>
background-color css
<style>
a { background-color: #453FB3; }
a { background-color: rgb(69,63,179); }
div.DivClassName
{
background-color: #453FB3;
}
.BgClassName
{
background-color: #453FB3;
}
</style>
border-color css
<style>
span { border-color: #453FB3; }
span { border-color: rgb(69,63,179); }
td.TdClassName
{
border-color: #453FB3;
}
.TagClassName
{
border-color: #453FB3;
}
</style>