Shades of Blue #231CFC
Tints of Blue #231CFC
RGB
CMYK
RGB Variations
Color information
#231CFC (or 0x231CFC) is known color: Blue. HEX triplet: 23, 1C and FC. RGB value is (35,28,252). Sum of RGB (Red+Green+Blue) = 35+28+252=315 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.11% from 315); Green value is 28 (11.33% from 255 or 8.89% from 315); Blue value is 252 (98.83% from 255 or 80% from 315); Max value from RGB is 252 - color contains mainly: blue. Hex color #231CFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #231CFC is #DCE303. Grayscale: #363636. Windows color (decimal): -14476036 or 16522275. OLE color: 16522275.
HSL color Cylindrical-coordinate representation of color #231CFC: hue angle of 241.88º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #231CFC is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 35 | 28 | 252 | - |
| CMYK | 0.86 | 0.89 | 0 | 0.01 |
| HSL | 241.88º | 0.97% | 0.55% | - |
| HSV(B) | 241.88º | 0.89% | 0.99% | - |
| XYZ | 18.68 | 8.22 | 92.7 | - |
| YUV | 55.63 | 238.82 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 28 | 252 | 0.86 | 0.89 | 0 | 0.01 | 241.88 | 0.97 | 0.55 |
| Hex | 23 | 1C | FC | 56 | 59 | 0 | 1 | F2 | 61 | 37 |
| Octal | 43 | 34 | 374 | 126 | 131 | 0 | 1 | 362 | 141 | 67 |
| Binary | 100011 | 11100 | 11111100 | 1010110 | 1011001 | 0 | 1 | 11110010 | 1100001 | 110111 |
Color Harmonies of #231CFC
Complementary color
Monochromatic Colors of #231CFC
Black with #231CFC
Text Example
Text Example
White with #231CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231CFC; }
p { color: rgb(35,28,252); }
H1.HeaderClassName
{
color: #231CFC;
}
.AnyTagClassName
{
color: #231CFC;
}
</style>
background-color css
<style>
a { background-color: #231CFC; }
a { background-color: rgb(35,28,252); }
div.DivClassName
{
background-color: #231CFC;
}
.BgClassName
{
background-color: #231CFC;
}
</style>
border-color css
<style>
span { border-color: #231CFC; }
span { border-color: rgb(35,28,252); }
td.TdClassName
{
border-color: #231CFC;
}
.TagClassName
{
border-color: #231CFC;
}
</style>