Shades of Curious Blue #338BDD
Tints of Curious Blue #338BDD
RGB
CMYK
RGB Variations
Color information
#338BDD (or 0x338BDD) is known color: Curious Blue. HEX triplet: 33, 8B and DD. RGB value is (51,139,221). Sum of RGB (Red+Green+Blue) = 51+139+221=411 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.41% from 411); Green value is 139 (54.69% from 255 or 33.82% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #338BDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338BDD is #CC7422. Grayscale: #797979. Windows color (decimal): -13399075 or 14519091. OLE color: 14519091.
HSL color Cylindrical-coordinate representation of color #338BDD: hue angle of 208.94º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #338BDD is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 139 | 221 | - |
| CMYK | 0.77 | 0.37 | 0 | 0.13 |
| HSL | 208.94º | 0.71% | 0.53% | - |
| HSV(B) | 208.94º | 0.77% | 0.87% | - |
| XYZ | 23.65 | 24.39 | 71.87 | - |
| YUV | 122.04 | 183.85 | 77.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 139 | 221 | 0.77 | 0.37 | 0 | 0.13 | 208.94 | 0.71 | 0.53 |
| Hex | 33 | 8B | DD | 4D | 25 | 0 | D | D1 | 47 | 35 |
| Octal | 63 | 213 | 335 | 115 | 45 | 0 | 15 | 321 | 107 | 65 |
| Binary | 110011 | 10001011 | 11011101 | 1001101 | 100101 | 0 | 1101 | 11010001 | 1000111 | 110101 |
Color Harmonies of #338BDD
Complementary color
Monochromatic Colors of #338BDD
Black with #338BDD
Text Example
Text Example
White with #338BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338BDD; }
p { color: rgb(51,139,221); }
H1.HeaderClassName
{
color: #338BDD;
}
.AnyTagClassName
{
color: #338BDD;
}
</style>
background-color css
<style>
a { background-color: #338BDD; }
a { background-color: rgb(51,139,221); }
div.DivClassName
{
background-color: #338BDD;
}
.BgClassName
{
background-color: #338BDD;
}
</style>
border-color css
<style>
span { border-color: #338BDD; }
span { border-color: rgb(51,139,221); }
td.TdClassName
{
border-color: #338BDD;
}
.TagClassName
{
border-color: #338BDD;
}
</style>