Shades of Blue #2329FB
Tints of Blue #2329FB
RGB
CMYK
RGB Variations
Color information
#2329FB (or 0x2329FB) is known color: Blue. HEX triplet: 23, 29 and FB. RGB value is (35,41,251). Sum of RGB (Red+Green+Blue) = 35+41+251=327 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.70% from 327); Green value is 41 (16.41% from 255 or 12.54% from 327); Blue value is 251 (98.44% from 255 or 76.76% from 327); Max value from RGB is 251 - color contains mainly: blue. Hex color #2329FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2329FB is #DCD604. Grayscale: #3E3E3E. Windows color (decimal): -14472709 or 16460067. OLE color: 16460067.
HSL color Cylindrical-coordinate representation of color #2329FB: hue angle of 238.33º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2329FB is Cyan = 0.86, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 35 | 41 | 251 | - |
| CMYK | 0.86 | 0.84 | 0 | 0.02 |
| HSL | 238.33º | 0.96% | 0.56% | - |
| HSV(B) | 238.33º | 0.86% | 0.98% | - |
| XYZ | 18.9 | 8.91 | 91.99 | - |
| YUV | 63.15 | 234.01 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 41 | 251 | 0.86 | 0.84 | 0 | 0.02 | 238.33 | 0.96 | 0.56 |
| Hex | 23 | 29 | FB | 56 | 54 | 0 | 2 | EE | 60 | 38 |
| Octal | 43 | 51 | 373 | 126 | 124 | 0 | 2 | 356 | 140 | 70 |
| Binary | 100011 | 101001 | 11111011 | 1010110 | 1010100 | 0 | 10 | 11101110 | 1100000 | 111000 |
Color Harmonies of #2329FB
Complementary color
Monochromatic Colors of #2329FB
Black with #2329FB
Text Example
Text Example
White with #2329FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2329FB; }
p { color: rgb(35,41,251); }
H1.HeaderClassName
{
color: #2329FB;
}
.AnyTagClassName
{
color: #2329FB;
}
</style>
background-color css
<style>
a { background-color: #2329FB; }
a { background-color: rgb(35,41,251); }
div.DivClassName
{
background-color: #2329FB;
}
.BgClassName
{
background-color: #2329FB;
}
</style>
border-color css
<style>
span { border-color: #2329FB; }
span { border-color: rgb(35,41,251); }
td.TdClassName
{
border-color: #2329FB;
}
.TagClassName
{
border-color: #2329FB;
}
</style>