Shades of Curious Blue #338DBD
Tints of Curious Blue #338DBD
RGB
CMYK
RGB Variations
Color information
#338DBD (or 0x338DBD) is known color: Curious Blue. HEX triplet: 33, 8D and BD. RGB value is (51,141,189). Sum of RGB (Red+Green+Blue) = 51+141+189=381 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.39% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 189 (74.22% from 255 or 49.61% from 381); Max value from RGB is 189 - color contains mainly: blue. Hex color #338DBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338DBD is #CC7242. Grayscale: #777777. Windows color (decimal): -13398595 or 12422451. OLE color: 12422451.
HSL color Cylindrical-coordinate representation of color #338DBD: hue angle of 200.87º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #338DBD is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 141 | 189 | - |
| CMYK | 0.73 | 0.25 | 0 | 0.26 |
| HSL | 200.87º | 0.58% | 0.47% | - |
| HSV(B) | 200.87º | 0.73% | 0.74% | - |
| XYZ | 20.08 | 23.43 | 51.61 | - |
| YUV | 119.56 | 167.18 | 79.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 141 | 189 | 0.73 | 0.25 | 0 | 0.26 | 200.87 | 0.58 | 0.47 |
| Hex | 33 | 8D | BD | 49 | 19 | 0 | 1A | C9 | 3A | 2F |
| Octal | 63 | 215 | 275 | 111 | 31 | 0 | 32 | 311 | 72 | 57 |
| Binary | 110011 | 10001101 | 10111101 | 1001001 | 11001 | 0 | 11010 | 11001001 | 111010 | 101111 |
Color Harmonies of #338DBD
Complementary color
Monochromatic Colors of #338DBD
Black with #338DBD
Text Example
Text Example
White with #338DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338DBD; }
p { color: rgb(51,141,189); }
H1.HeaderClassName
{
color: #338DBD;
}
.AnyTagClassName
{
color: #338DBD;
}
</style>
background-color css
<style>
a { background-color: #338DBD; }
a { background-color: rgb(51,141,189); }
div.DivClassName
{
background-color: #338DBD;
}
.BgClassName
{
background-color: #338DBD;
}
</style>
border-color css
<style>
span { border-color: #338DBD; }
span { border-color: rgb(51,141,189); }
td.TdClassName
{
border-color: #338DBD;
}
.TagClassName
{
border-color: #338DBD;
}
</style>