Shades of Curious Blue #338DBA
Tints of Curious Blue #338DBA
RGB
CMYK
RGB Variations
Color information
#338DBA (or 0x338DBA) is known color: Curious Blue. HEX triplet: 33, 8D and BA. RGB value is (51,141,186). Sum of RGB (Red+Green+Blue) = 51+141+186=378 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.49% from 378); Green value is 141 (55.47% from 255 or 37.30% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #338DBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338DBA is #CC7245. Grayscale: #767676. Windows color (decimal): -13398598 or 12225843. OLE color: 12225843.
HSL color Cylindrical-coordinate representation of color #338DBA: hue angle of 200º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #338DBA is Cyan = 0.73, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 141 | 186 | - |
| CMYK | 0.73 | 0.24 | 0 | 0.27 |
| HSL | 200º | 0.57% | 0.46% | - |
| HSV(B) | 200º | 0.73% | 0.73% | - |
| XYZ | 19.75 | 23.3 | 49.91 | - |
| YUV | 119.22 | 165.68 | 79.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 141 | 186 | 0.73 | 0.24 | 0 | 0.27 | 200 | 0.57 | 0.46 |
| Hex | 33 | 8D | BA | 49 | 18 | 0 | 1B | C8 | 39 | 2E |
| Octal | 63 | 215 | 272 | 111 | 30 | 0 | 33 | 310 | 71 | 56 |
| Binary | 110011 | 10001101 | 10111010 | 1001001 | 11000 | 0 | 11011 | 11001000 | 111001 | 101110 |
Color Harmonies of #338DBA
Complementary color
Monochromatic Colors of #338DBA
Black with #338DBA
Text Example
Text Example
White with #338DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338DBA; }
p { color: rgb(51,141,186); }
H1.HeaderClassName
{
color: #338DBA;
}
.AnyTagClassName
{
color: #338DBA;
}
</style>
background-color css
<style>
a { background-color: #338DBA; }
a { background-color: rgb(51,141,186); }
div.DivClassName
{
background-color: #338DBA;
}
.BgClassName
{
background-color: #338DBA;
}
</style>
border-color css
<style>
span { border-color: #338DBA; }
span { border-color: rgb(51,141,186); }
td.TdClassName
{
border-color: #338DBA;
}
.TagClassName
{
border-color: #338DBA;
}
</style>