Shades of Curious Blue #338DD0
Tints of Curious Blue #338DD0
RGB
CMYK
RGB Variations
Color information
#338DD0 (or 0x338DD0) is known color: Curious Blue. HEX triplet: 33, 8D and D0. RGB value is (51,141,208). Sum of RGB (Red+Green+Blue) = 51+141+208=400 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.75% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 208 (81.64% from 255 or 52% from 400); Max value from RGB is 208 - color contains mainly: blue. Hex color #338DD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338DD0 is #CC722F. Grayscale: #797979. Windows color (decimal): -13398576 or 13667635. OLE color: 13667635.
HSL color Cylindrical-coordinate representation of color #338DD0: hue angle of 205.61º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #338DD0 is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 51 | 141 | 208 | - |
| CMYK | 0.75 | 0.32 | 0 | 0.18 |
| HSL | 205.61º | 0.63% | 0.51% | - |
| HSV(B) | 205.61º | 0.75% | 0.82% | - |
| XYZ | 22.28 | 24.31 | 63.19 | - |
| YUV | 121.73 | 176.68 | 77.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 141 | 208 | 0.75 | 0.32 | 0 | 0.18 | 205.61 | 0.63 | 0.51 |
| Hex | 33 | 8D | D0 | 4B | 20 | 0 | 12 | CE | 3F | 33 |
| Octal | 63 | 215 | 320 | 113 | 40 | 0 | 22 | 316 | 77 | 63 |
| Binary | 110011 | 10001101 | 11010000 | 1001011 | 100000 | 0 | 10010 | 11001110 | 111111 | 110011 |
Color Harmonies of #338DD0
Complementary color
Monochromatic Colors of #338DD0
Black with #338DD0
Text Example
Text Example
White with #338DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338DD0; }
p { color: rgb(51,141,208); }
H1.HeaderClassName
{
color: #338DD0;
}
.AnyTagClassName
{
color: #338DD0;
}
</style>
background-color css
<style>
a { background-color: #338DD0; }
a { background-color: rgb(51,141,208); }
div.DivClassName
{
background-color: #338DD0;
}
.BgClassName
{
background-color: #338DD0;
}
</style>
border-color css
<style>
span { border-color: #338DD0; }
span { border-color: rgb(51,141,208); }
td.TdClassName
{
border-color: #338DD0;
}
.TagClassName
{
border-color: #338DD0;
}
</style>