Shades of Bilbao #338303
Tints of Bilbao #338303
RGB
CMYK
RGB Variations
Color information
#338303 (or 0x338303) is known color: Bilbao. HEX triplet: 33, 83 and 03. RGB value is (51,131,3). Sum of RGB (Red+Green+Blue) = 51+131+3=185 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.57% from 185); Green value is 131 (51.56% from 255 or 70.81% from 185); Blue value is 3 (1.56% from 255 or 1.62% from 185); Max value from RGB is 131 - color contains mainly: green. Hex color #338303 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #338303 is #CC7CFC. Grayscale: #5C5C5C. Windows color (decimal): -13401341 or 230195. OLE color: 230195.
HSL color Cylindrical-coordinate representation of color #338303: hue angle of 97.5º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #338303 is Cyan = 0.61, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 51 | 131 | 3 | - |
| CMYK | 0.61 | 0 | 0.98 | 0.49 |
| HSL | 97.5º | 0.96% | 0.26% | - |
| HSV(B) | 97.5º | 0.98% | 0.51% | - |
| XYZ | 9.5 | 16.94 | 2.86 | - |
| YUV | 92.49 | 77.5 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 131 | 3 | 0.61 | 0 | 0.98 | 0.49 | 97.5 | 0.96 | 0.26 |
| Hex | 33 | 83 | 3 | 3D | 0 | 62 | 31 | 62 | 60 | 1A |
| Octal | 63 | 203 | 3 | 75 | 0 | 142 | 61 | 142 | 140 | 32 |
| Binary | 110011 | 10000011 | 11 | 111101 | 0 | 1100010 | 110001 | 1100010 | 1100000 | 11010 |
Color Harmonies of #338303
Complementary color
Monochromatic Colors of #338303
Black with #338303
Text Example
Text Example
White with #338303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338303; }
p { color: rgb(51,131,3); }
H1.HeaderClassName
{
color: #338303;
}
.AnyTagClassName
{
color: #338303;
}
</style>
background-color css
<style>
a { background-color: #338303; }
a { background-color: rgb(51,131,3); }
div.DivClassName
{
background-color: #338303;
}
.BgClassName
{
background-color: #338303;
}
</style>
border-color css
<style>
span { border-color: #338303; }
span { border-color: rgb(51,131,3); }
td.TdClassName
{
border-color: #338303;
}
.TagClassName
{
border-color: #338303;
}
</style>