Shades of Curious Blue #338DCE
Tints of Curious Blue #338DCE
RGB
CMYK
RGB Variations
Color information
#338DCE (or 0x338DCE) is known color: Curious Blue. HEX triplet: 33, 8D and CE. RGB value is (51,141,206). Sum of RGB (Red+Green+Blue) = 51+141+206=398 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.81% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #338DCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338DCE is #CC7231. Grayscale: #797979. Windows color (decimal): -13398578 or 13536563. OLE color: 13536563.
HSL color Cylindrical-coordinate representation of color #338DCE: hue angle of 205.16º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #338DCE is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 141 | 206 | - |
| CMYK | 0.75 | 0.32 | 0 | 0.19 |
| HSL | 205.16º | 0.61% | 0.5% | - |
| HSV(B) | 205.16º | 0.75% | 0.81% | - |
| XYZ | 22.03 | 24.21 | 61.9 | - |
| YUV | 121.5 | 175.68 | 77.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 141 | 206 | 0.75 | 0.32 | 0 | 0.19 | 205.16 | 0.61 | 0.5 |
| Hex | 33 | 8D | CE | 4B | 20 | 0 | 13 | CD | 3D | 32 |
| Octal | 63 | 215 | 316 | 113 | 40 | 0 | 23 | 315 | 75 | 62 |
| Binary | 110011 | 10001101 | 11001110 | 1001011 | 100000 | 0 | 10011 | 11001101 | 111101 | 110010 |
Color Harmonies of #338DCE
Complementary color
Monochromatic Colors of #338DCE
Black with #338DCE
Text Example
Text Example
White with #338DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338DCE; }
p { color: rgb(51,141,206); }
H1.HeaderClassName
{
color: #338DCE;
}
.AnyTagClassName
{
color: #338DCE;
}
</style>
background-color css
<style>
a { background-color: #338DCE; }
a { background-color: rgb(51,141,206); }
div.DivClassName
{
background-color: #338DCE;
}
.BgClassName
{
background-color: #338DCE;
}
</style>
border-color css
<style>
span { border-color: #338DCE; }
span { border-color: rgb(51,141,206); }
td.TdClassName
{
border-color: #338DCE;
}
.TagClassName
{
border-color: #338DCE;
}
</style>