Shades of Curious Blue #338DC6
Tints of Curious Blue #338DC6
RGB
CMYK
RGB Variations
Color information
#338DC6 (or 0x338DC6) is known color: Curious Blue. HEX triplet: 33, 8D and C6. RGB value is (51,141,198). Sum of RGB (Red+Green+Blue) = 51+141+198=390 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.08% from 390); Green value is 141 (55.47% from 255 or 36.15% from 390); Blue value is 198 (77.73% from 255 or 50.77% from 390); Max value from RGB is 198 - color contains mainly: blue. Hex color #338DC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338DC6 is #CC7239. Grayscale: #787878. Windows color (decimal): -13398586 or 13012275. OLE color: 13012275.
HSL color Cylindrical-coordinate representation of color #338DC6: hue angle of 203.27º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #338DC6 is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 51 | 141 | 198 | - |
| CMYK | 0.74 | 0.29 | 0 | 0.22 |
| HSL | 203.27º | 0.59% | 0.49% | - |
| HSV(B) | 203.27º | 0.74% | 0.78% | - |
| XYZ | 21.08 | 23.83 | 56.91 | - |
| YUV | 120.59 | 171.68 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 141 | 198 | 0.74 | 0.29 | 0 | 0.22 | 203.27 | 0.59 | 0.49 |
| Hex | 33 | 8D | C6 | 4A | 1D | 0 | 16 | CB | 3B | 31 |
| Octal | 63 | 215 | 306 | 112 | 35 | 0 | 26 | 313 | 73 | 61 |
| Binary | 110011 | 10001101 | 11000110 | 1001010 | 11101 | 0 | 10110 | 11001011 | 111011 | 110001 |
Color Harmonies of #338DC6
Complementary color
Monochromatic Colors of #338DC6
Black with #338DC6
Text Example
Text Example
White with #338DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338DC6; }
p { color: rgb(51,141,198); }
H1.HeaderClassName
{
color: #338DC6;
}
.AnyTagClassName
{
color: #338DC6;
}
</style>
background-color css
<style>
a { background-color: #338DC6; }
a { background-color: rgb(51,141,198); }
div.DivClassName
{
background-color: #338DC6;
}
.BgClassName
{
background-color: #338DC6;
}
</style>
border-color css
<style>
span { border-color: #338DC6; }
span { border-color: rgb(51,141,198); }
td.TdClassName
{
border-color: #338DC6;
}
.TagClassName
{
border-color: #338DC6;
}
</style>