Shades of Smalt #00338A
Tints of Smalt #00338A
RGB
CMYK
RGB Variations
Color information
#00338A (or 0x00338A) is known color: Smalt. HEX triplet: 00, 33 and 8A. RGB value is (0,51,138). Sum of RGB (Red+Green+Blue) = 0+51+138=189 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 189); Green value is 51 (20.31% from 255 or 26.98% from 189); Blue value is 138 (54.30% from 255 or 73.02% from 189); Max value from RGB is 138 - color contains mainly: blue. Hex color #00338A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00338A is #FFCC75. Grayscale: #2D2D2D. Windows color (decimal): -16764022 or 9057024. OLE color: 9057024.
HSL color Cylindrical-coordinate representation of color #00338A: hue angle of 217.83º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00338A is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 51 | 138 | - |
| CMYK | 1 | 0.63 | 0 | 0.46 |
| HSL | 217.83º | 1% | 0.27% | - |
| HSV(B) | 217.83º | 1% | 0.54% | - |
| XYZ | 5.77 | 4.2 | 24.55 | - |
| YUV | 45.67 | 180.1 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 51 | 138 | 1 | 0.63 | 0 | 0.46 | 217.83 | 1 | 0.27 |
| Hex | 0 | 33 | 8A | 64 | 3F | 0 | 2E | DA | 64 | 1B |
| Octal | 0 | 63 | 212 | 144 | 77 | 0 | 56 | 332 | 144 | 33 |
| Binary | 0 | 110011 | 10001010 | 1100100 | 111111 | 0 | 101110 | 11011010 | 1100100 | 11011 |
Color Harmonies of #00338A
Complementary color
Monochromatic Colors of #00338A
Black with #00338A
Text Example
Text Example
White with #00338A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00338A; }
p { color: rgb(0,51,138); }
H1.HeaderClassName
{
color: #00338A;
}
.AnyTagClassName
{
color: #00338A;
}
</style>
background-color css
<style>
a { background-color: #00338A; }
a { background-color: rgb(0,51,138); }
div.DivClassName
{
background-color: #00338A;
}
.BgClassName
{
background-color: #00338A;
}
</style>
border-color css
<style>
span { border-color: #00338A; }
span { border-color: rgb(0,51,138); }
td.TdClassName
{
border-color: #00338A;
}
.TagClassName
{
border-color: #00338A;
}
</style>