Shades of Blue #2328FA
Tints of Blue #2328FA
RGB
CMYK
RGB Variations
Color information
#2328FA (or 0x2328FA) is known color: Blue. HEX triplet: 23, 28 and FA. RGB value is (35,40,250). Sum of RGB (Red+Green+Blue) = 35+40+250=325 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.77% from 325); Green value is 40 (16.02% from 255 or 12.31% from 325); Blue value is 250 (98.05% from 255 or 76.92% from 325); Max value from RGB is 250 - color contains mainly: blue. Hex color #2328FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2328FA is #DCD705. Grayscale: #3D3D3D. Windows color (decimal): -14472966 or 16394275. OLE color: 16394275.
HSL color Cylindrical-coordinate representation of color #2328FA: hue angle of 238.6º 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 #2328FA is Cyan = 0.86, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 35 | 40 | 250 | - |
| CMYK | 0.86 | 0.84 | 0 | 0.02 |
| HSL | 238.6º | 0.96% | 0.56% | - |
| HSV(B) | 238.6º | 0.86% | 0.98% | - |
| XYZ | 18.71 | 8.78 | 91.15 | - |
| YUV | 62.45 | 233.84 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 40 | 250 | 0.86 | 0.84 | 0 | 0.02 | 238.6 | 0.96 | 0.56 |
| Hex | 23 | 28 | FA | 56 | 54 | 0 | 2 | EF | 60 | 38 |
| Octal | 43 | 50 | 372 | 126 | 124 | 0 | 2 | 357 | 140 | 70 |
| Binary | 100011 | 101000 | 11111010 | 1010110 | 1010100 | 0 | 10 | 11101111 | 1100000 | 111000 |
Color Harmonies of #2328FA
Complementary color
Monochromatic Colors of #2328FA
Black with #2328FA
Text Example
Text Example
White with #2328FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2328FA; }
p { color: rgb(35,40,250); }
H1.HeaderClassName
{
color: #2328FA;
}
.AnyTagClassName
{
color: #2328FA;
}
</style>
background-color css
<style>
a { background-color: #2328FA; }
a { background-color: rgb(35,40,250); }
div.DivClassName
{
background-color: #2328FA;
}
.BgClassName
{
background-color: #2328FA;
}
</style>
border-color css
<style>
span { border-color: #2328FA; }
span { border-color: rgb(35,40,250); }
td.TdClassName
{
border-color: #2328FA;
}
.TagClassName
{
border-color: #2328FA;
}
</style>