Shades of Curious Blue #338EC7
Tints of Curious Blue #338EC7
RGB
CMYK
RGB Variations
Color information
#338EC7 (or 0x338EC7) is known color: Curious Blue. HEX triplet: 33, 8E and C7. RGB value is (51,142,199). Sum of RGB (Red+Green+Blue) = 51+142+199=392 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.01% from 392); Green value is 142 (55.86% from 255 or 36.22% from 392); Blue value is 199 (78.12% from 255 or 50.77% from 392); Max value from RGB is 199 - color contains mainly: blue. Hex color #338EC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338EC7 is #CC7138. Grayscale: #787878. Windows color (decimal): -13398329 or 13078067. OLE color: 13078067.
HSL color Cylindrical-coordinate representation of color #338EC7: hue angle of 203.11º 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 #338EC7 is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 51 | 142 | 199 | - |
| CMYK | 0.74 | 0.29 | 0 | 0.22 |
| HSL | 203.11º | 0.59% | 0.49% | - |
| HSV(B) | 203.11º | 0.74% | 0.78% | - |
| XYZ | 21.35 | 24.17 | 57.57 | - |
| YUV | 121.29 | 171.85 | 77.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 142 | 199 | 0.74 | 0.29 | 0 | 0.22 | 203.11 | 0.59 | 0.49 |
| Hex | 33 | 8E | C7 | 4A | 1D | 0 | 16 | CB | 3B | 31 |
| Octal | 63 | 216 | 307 | 112 | 35 | 0 | 26 | 313 | 73 | 61 |
| Binary | 110011 | 10001110 | 11000111 | 1001010 | 11101 | 0 | 10110 | 11001011 | 111011 | 110001 |
Color Harmonies of #338EC7
Complementary color
Monochromatic Colors of #338EC7
Black with #338EC7
Text Example
Text Example
White with #338EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338EC7; }
p { color: rgb(51,142,199); }
H1.HeaderClassName
{
color: #338EC7;
}
.AnyTagClassName
{
color: #338EC7;
}
</style>
background-color css
<style>
a { background-color: #338EC7; }
a { background-color: rgb(51,142,199); }
div.DivClassName
{
background-color: #338EC7;
}
.BgClassName
{
background-color: #338EC7;
}
</style>
border-color css
<style>
span { border-color: #338EC7; }
span { border-color: rgb(51,142,199); }
td.TdClassName
{
border-color: #338EC7;
}
.TagClassName
{
border-color: #338EC7;
}
</style>