Shades of Curious Blue #338ECC
Tints of Curious Blue #338ECC
RGB
CMYK
RGB Variations
Color information
#338ECC (or 0x338ECC) is known color: Curious Blue. HEX triplet: 33, 8E and CC. RGB value is (51,142,204). Sum of RGB (Red+Green+Blue) = 51+142+204=397 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.85% from 397); Green value is 142 (55.86% from 255 or 35.77% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #338ECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338ECC is #CC7133. Grayscale: #797979. Windows color (decimal): -13398324 or 13405747. OLE color: 13405747.
HSL color Cylindrical-coordinate representation of color #338ECC: hue angle of 204.31º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #338ECC is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 51 | 142 | 204 | - |
| CMYK | 0.75 | 0.30 | 0 | 0.2 |
| HSL | 204.31º | 0.6% | 0.5% | - |
| HSV(B) | 204.31º | 0.75% | 0.8% | - |
| XYZ | 21.94 | 24.41 | 60.68 | - |
| YUV | 121.86 | 174.35 | 77.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 142 | 204 | 0.75 | 0.30 | 0 | 0.2 | 204.31 | 0.6 | 0.5 |
| Hex | 33 | 8E | CC | 4B | 1E | 0 | 14 | CC | 3C | 32 |
| Octal | 63 | 216 | 314 | 113 | 36 | 0 | 24 | 314 | 74 | 62 |
| Binary | 110011 | 10001110 | 11001100 | 1001011 | 11110 | 0 | 10100 | 11001100 | 111100 | 110010 |
Color Harmonies of #338ECC
Complementary color
Monochromatic Colors of #338ECC
Black with #338ECC
Text Example
Text Example
White with #338ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338ECC; }
p { color: rgb(51,142,204); }
H1.HeaderClassName
{
color: #338ECC;
}
.AnyTagClassName
{
color: #338ECC;
}
</style>
background-color css
<style>
a { background-color: #338ECC; }
a { background-color: rgb(51,142,204); }
div.DivClassName
{
background-color: #338ECC;
}
.BgClassName
{
background-color: #338ECC;
}
</style>
border-color css
<style>
span { border-color: #338ECC; }
span { border-color: rgb(51,142,204); }
td.TdClassName
{
border-color: #338ECC;
}
.TagClassName
{
border-color: #338ECC;
}
</style>