Shades of Curious Blue #338DC7
Tints of Curious Blue #338DC7
RGB
CMYK
RGB Variations
Color information
#338DC7 (or 0x338DC7) is known color: Curious Blue. HEX triplet: 33, 8D and C7. RGB value is (51,141,199). Sum of RGB (Red+Green+Blue) = 51+141+199=391 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.04% from 391); Green value is 141 (55.47% from 255 or 36.06% from 391); Blue value is 199 (78.12% from 255 or 50.90% from 391); Max value from RGB is 199 - color contains mainly: blue. Hex color #338DC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338DC7 is #CC7238. Grayscale: #787878. Windows color (decimal): -13398585 or 13077811. OLE color: 13077811.
HSL color Cylindrical-coordinate representation of color #338DC7: hue angle of 203.51º 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 #338DC7 is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 51 | 141 | 199 | - |
| CMYK | 0.74 | 0.29 | 0 | 0.22 |
| HSL | 203.51º | 0.59% | 0.49% | - |
| HSV(B) | 203.51º | 0.74% | 0.78% | - |
| XYZ | 21.2 | 23.88 | 57.52 | - |
| YUV | 120.7 | 172.18 | 78.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 141 | 199 | 0.74 | 0.29 | 0 | 0.22 | 203.51 | 0.59 | 0.49 |
| Hex | 33 | 8D | C7 | 4A | 1D | 0 | 16 | CC | 3B | 31 |
| Octal | 63 | 215 | 307 | 112 | 35 | 0 | 26 | 314 | 73 | 61 |
| Binary | 110011 | 10001101 | 11000111 | 1001010 | 11101 | 0 | 10110 | 11001100 | 111011 | 110001 |
Color Harmonies of #338DC7
Complementary color
Monochromatic Colors of #338DC7
Black with #338DC7
Text Example
Text Example
White with #338DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338DC7; }
p { color: rgb(51,141,199); }
H1.HeaderClassName
{
color: #338DC7;
}
.AnyTagClassName
{
color: #338DC7;
}
</style>
background-color css
<style>
a { background-color: #338DC7; }
a { background-color: rgb(51,141,199); }
div.DivClassName
{
background-color: #338DC7;
}
.BgClassName
{
background-color: #338DC7;
}
</style>
border-color css
<style>
span { border-color: #338DC7; }
span { border-color: rgb(51,141,199); }
td.TdClassName
{
border-color: #338DC7;
}
.TagClassName
{
border-color: #338DC7;
}
</style>