Shades of Curious Blue #338DC0
Tints of Curious Blue #338DC0
RGB
CMYK
RGB Variations
Color information
#338DC0 (or 0x338DC0) is known color: Curious Blue. HEX triplet: 33, 8D and C0. RGB value is (51,141,192). Sum of RGB (Red+Green+Blue) = 51+141+192=384 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.28% from 384); Green value is 141 (55.47% from 255 or 36.72% from 384); Blue value is 192 (75.39% from 255 or 50% from 384); Max value from RGB is 192 - color contains mainly: blue. Hex color #338DC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338DC0 is #CC723F. Grayscale: #777777. Windows color (decimal): -13398592 or 12619059. OLE color: 12619059.
HSL color Cylindrical-coordinate representation of color #338DC0: hue angle of 201.7º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #338DC0 is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 141 | 192 | - |
| CMYK | 0.73 | 0.27 | 0 | 0.25 |
| HSL | 201.7º | 0.58% | 0.48% | - |
| HSV(B) | 201.7º | 0.73% | 0.75% | - |
| XYZ | 20.4 | 23.56 | 53.34 | - |
| YUV | 119.9 | 168.68 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 141 | 192 | 0.73 | 0.27 | 0 | 0.25 | 201.7 | 0.58 | 0.48 |
| Hex | 33 | 8D | C0 | 49 | 1B | 0 | 19 | CA | 3A | 30 |
| Octal | 63 | 215 | 300 | 111 | 33 | 0 | 31 | 312 | 72 | 60 |
| Binary | 110011 | 10001101 | 11000000 | 1001001 | 11011 | 0 | 11001 | 11001010 | 111010 | 110000 |
Color Harmonies of #338DC0
Complementary color
Monochromatic Colors of #338DC0
Black with #338DC0
Text Example
Text Example
White with #338DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338DC0; }
p { color: rgb(51,141,192); }
H1.HeaderClassName
{
color: #338DC0;
}
.AnyTagClassName
{
color: #338DC0;
}
</style>
background-color css
<style>
a { background-color: #338DC0; }
a { background-color: rgb(51,141,192); }
div.DivClassName
{
background-color: #338DC0;
}
.BgClassName
{
background-color: #338DC0;
}
</style>
border-color css
<style>
span { border-color: #338DC0; }
span { border-color: rgb(51,141,192); }
td.TdClassName
{
border-color: #338DC0;
}
.TagClassName
{
border-color: #338DC0;
}
</style>