Shades of Curious Blue #338DC9
Tints of Curious Blue #338DC9
RGB
CMYK
RGB Variations
Color information
#338DC9 (or 0x338DC9) is known color: Curious Blue. HEX triplet: 33, 8D and C9. RGB value is (51,141,201). Sum of RGB (Red+Green+Blue) = 51+141+201=393 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.98% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 201 (78.91% from 255 or 51.15% from 393); Max value from RGB is 201 - color contains mainly: blue. Hex color #338DC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338DC9 is #CC7236. Grayscale: #787878. Windows color (decimal): -13398583 or 13208883. OLE color: 13208883.
HSL color Cylindrical-coordinate representation of color #338DC9: hue angle of 204º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #338DC9 is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 51 | 141 | 201 | - |
| CMYK | 0.75 | 0.30 | 0 | 0.21 |
| HSL | 204º | 0.6% | 0.49% | - |
| HSV(B) | 204º | 0.75% | 0.79% | - |
| XYZ | 21.43 | 23.97 | 58.76 | - |
| YUV | 120.93 | 173.18 | 78.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 141 | 201 | 0.75 | 0.30 | 0 | 0.21 | 204 | 0.6 | 0.49 |
| Hex | 33 | 8D | C9 | 4B | 1E | 0 | 15 | CC | 3C | 31 |
| Octal | 63 | 215 | 311 | 113 | 36 | 0 | 25 | 314 | 74 | 61 |
| Binary | 110011 | 10001101 | 11001001 | 1001011 | 11110 | 0 | 10101 | 11001100 | 111100 | 110001 |
Color Harmonies of #338DC9
Complementary color
Monochromatic Colors of #338DC9
Black with #338DC9
Text Example
Text Example
White with #338DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338DC9; }
p { color: rgb(51,141,201); }
H1.HeaderClassName
{
color: #338DC9;
}
.AnyTagClassName
{
color: #338DC9;
}
</style>
background-color css
<style>
a { background-color: #338DC9; }
a { background-color: rgb(51,141,201); }
div.DivClassName
{
background-color: #338DC9;
}
.BgClassName
{
background-color: #338DC9;
}
</style>
border-color css
<style>
span { border-color: #338DC9; }
span { border-color: rgb(51,141,201); }
td.TdClassName
{
border-color: #338DC9;
}
.TagClassName
{
border-color: #338DC9;
}
</style>