Shades of Medium Blue #231CDD
Tints of Medium Blue #231CDD
RGB
CMYK
RGB Variations
Color information
#231CDD (or 0x231CDD) is known color: Medium Blue. HEX triplet: 23, 1C and DD. RGB value is (35,28,221). Sum of RGB (Red+Green+Blue) = 35+28+221=284 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.32% from 284); Green value is 28 (11.33% from 255 or 9.86% from 284); Blue value is 221 (86.72% from 255 or 77.82% from 284); Max value from RGB is 221 - color contains mainly: blue. Hex color #231CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231CDD is #DCE322. Grayscale: #333333. Windows color (decimal): -14476067 or 14490659. OLE color: 14490659.
HSL color Cylindrical-coordinate representation of color #231CDD: hue angle of 242.18º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #231CDD is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 28 | 221 | - |
| CMYK | 0.84 | 0.87 | 0 | 0.13 |
| HSL | 242.18º | 0.78% | 0.49% | - |
| HSV(B) | 242.18º | 0.87% | 0.87% | - |
| XYZ | 14.16 | 6.41 | 68.9 | - |
| YUV | 52.1 | 223.32 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 28 | 221 | 0.84 | 0.87 | 0 | 0.13 | 242.18 | 0.78 | 0.49 |
| Hex | 23 | 1C | DD | 54 | 57 | 0 | D | F2 | 4E | 31 |
| Octal | 43 | 34 | 335 | 124 | 127 | 0 | 15 | 362 | 116 | 61 |
| Binary | 100011 | 11100 | 11011101 | 1010100 | 1010111 | 0 | 1101 | 11110010 | 1001110 | 110001 |
Color Harmonies of #231CDD
Complementary color
Monochromatic Colors of #231CDD
Black with #231CDD
Text Example
Text Example
White with #231CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231CDD; }
p { color: rgb(35,28,221); }
H1.HeaderClassName
{
color: #231CDD;
}
.AnyTagClassName
{
color: #231CDD;
}
</style>
background-color css
<style>
a { background-color: #231CDD; }
a { background-color: rgb(35,28,221); }
div.DivClassName
{
background-color: #231CDD;
}
.BgClassName
{
background-color: #231CDD;
}
</style>
border-color css
<style>
span { border-color: #231CDD; }
span { border-color: rgb(35,28,221); }
td.TdClassName
{
border-color: #231CDD;
}
.TagClassName
{
border-color: #231CDD;
}
</style>