Shades of Curious Blue #338DC8
Tints of Curious Blue #338DC8
RGB
CMYK
RGB Variations
Color information
#338DC8 (or 0x338DC8) is known color: Curious Blue. HEX triplet: 33, 8D and C8. RGB value is (51,141,200). Sum of RGB (Red+Green+Blue) = 51+141+200=392 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.01% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 200 (78.52% from 255 or 51.02% from 392); Max value from RGB is 200 - color contains mainly: blue. Hex color #338DC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338DC8 is #CC7237. Grayscale: #787878. Windows color (decimal): -13398584 or 13143347. OLE color: 13143347.
HSL color Cylindrical-coordinate representation of color #338DC8: hue angle of 203.76º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #338DC8 is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 51 | 141 | 200 | - |
| CMYK | 0.74 | 0.29 | 0 | 0.22 |
| HSL | 203.76º | 0.59% | 0.49% | - |
| HSV(B) | 203.76º | 0.75% | 0.78% | - |
| XYZ | 21.32 | 23.92 | 58.14 | - |
| YUV | 120.82 | 172.68 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 141 | 200 | 0.74 | 0.29 | 0 | 0.22 | 203.76 | 0.59 | 0.49 |
| Hex | 33 | 8D | C8 | 4A | 1D | 0 | 16 | CC | 3B | 31 |
| Octal | 63 | 215 | 310 | 112 | 35 | 0 | 26 | 314 | 73 | 61 |
| Binary | 110011 | 10001101 | 11001000 | 1001010 | 11101 | 0 | 10110 | 11001100 | 111011 | 110001 |
Color Harmonies of #338DC8
Complementary color
Monochromatic Colors of #338DC8
Black with #338DC8
Text Example
Text Example
White with #338DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338DC8; }
p { color: rgb(51,141,200); }
H1.HeaderClassName
{
color: #338DC8;
}
.AnyTagClassName
{
color: #338DC8;
}
</style>
background-color css
<style>
a { background-color: #338DC8; }
a { background-color: rgb(51,141,200); }
div.DivClassName
{
background-color: #338DC8;
}
.BgClassName
{
background-color: #338DC8;
}
</style>
border-color css
<style>
span { border-color: #338DC8; }
span { border-color: rgb(51,141,200); }
td.TdClassName
{
border-color: #338DC8;
}
.TagClassName
{
border-color: #338DC8;
}
</style>