Shades of Blue #0338FE
Tints of Blue #0338FE
RGB
CMYK
RGB Variations
Color information
#0338FE (or 0x0338FE) is known color: Blue. HEX triplet: 03, 38 and FE. RGB value is (3,56,254). Sum of RGB (Red+Green+Blue) = 3+56+254=313 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 313); Green value is 56 (22.27% from 255 or 17.89% from 313); Blue value is 254 (99.61% from 255 or 81.15% from 313); Max value from RGB is 254 - color contains mainly: blue. Hex color #0338FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0338FE is #FCC701. Grayscale: #3D3D3D. Windows color (decimal): -16566018 or 16660483. OLE color: 16660483.
HSL color Cylindrical-coordinate representation of color #0338FE: hue angle of 227.33º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0338FE is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 56 | 254 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.00 |
| HSL | 227.33º | 0.99% | 0.5% | - |
| HSV(B) | 227.33º | 0.99% | 1% | - |
| XYZ | 19.34 | 10 | 94.68 | - |
| YUV | 62.73 | 235.94 | 85.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 56 | 254 | 0.99 | 0.78 | 0 | 0.00 | 227.33 | 0.99 | 0.5 |
| Hex | 3 | 38 | FE | 63 | 4E | 0 | 0 | E3 | 63 | 32 |
| Octal | 3 | 70 | 376 | 143 | 116 | 0 | 0 | 343 | 143 | 62 |
| Binary | 11 | 111000 | 11111110 | 1100011 | 1001110 | 0 | 0 | 11100011 | 1100011 | 110010 |
Color Harmonies of #0338FE
Complementary color
Monochromatic Colors of #0338FE
Black with #0338FE
Text Example
Text Example
White with #0338FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0338FE; }
p { color: rgb(3,56,254); }
H1.HeaderClassName
{
color: #0338FE;
}
.AnyTagClassName
{
color: #0338FE;
}
</style>
background-color css
<style>
a { background-color: #0338FE; }
a { background-color: rgb(3,56,254); }
div.DivClassName
{
background-color: #0338FE;
}
.BgClassName
{
background-color: #0338FE;
}
</style>
border-color css
<style>
span { border-color: #0338FE; }
span { border-color: rgb(3,56,254); }
td.TdClassName
{
border-color: #0338FE;
}
.TagClassName
{
border-color: #0338FE;
}
</style>