Shades of Curious Blue #338ECE
Tints of Curious Blue #338ECE
RGB
CMYK
RGB Variations
Color information
#338ECE (or 0x338ECE) is known color: Curious Blue. HEX triplet: 33, 8E and CE. RGB value is (51,142,206). Sum of RGB (Red+Green+Blue) = 51+142+206=399 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.78% from 399); Green value is 142 (55.86% from 255 or 35.59% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #338ECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338ECE is #CC7131. Grayscale: #797979. Windows color (decimal): -13398322 or 13536819. OLE color: 13536819.
HSL color Cylindrical-coordinate representation of color #338ECE: hue angle of 204.77º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #338ECE is Cyan = 0.75, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 142 | 206 | - |
| CMYK | 0.75 | 0.31 | 0 | 0.19 |
| HSL | 204.77º | 0.61% | 0.5% | - |
| HSV(B) | 204.77º | 0.75% | 0.81% | - |
| XYZ | 22.18 | 24.51 | 61.95 | - |
| YUV | 122.09 | 175.35 | 77.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 142 | 206 | 0.75 | 0.31 | 0 | 0.19 | 204.77 | 0.61 | 0.5 |
| Hex | 33 | 8E | CE | 4B | 1F | 0 | 13 | CD | 3D | 32 |
| Octal | 63 | 216 | 316 | 113 | 37 | 0 | 23 | 315 | 75 | 62 |
| Binary | 110011 | 10001110 | 11001110 | 1001011 | 11111 | 0 | 10011 | 11001101 | 111101 | 110010 |
Color Harmonies of #338ECE
Complementary color
Monochromatic Colors of #338ECE
Black with #338ECE
Text Example
Text Example
White with #338ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338ECE; }
p { color: rgb(51,142,206); }
H1.HeaderClassName
{
color: #338ECE;
}
.AnyTagClassName
{
color: #338ECE;
}
</style>
background-color css
<style>
a { background-color: #338ECE; }
a { background-color: rgb(51,142,206); }
div.DivClassName
{
background-color: #338ECE;
}
.BgClassName
{
background-color: #338ECE;
}
</style>
border-color css
<style>
span { border-color: #338ECE; }
span { border-color: rgb(51,142,206); }
td.TdClassName
{
border-color: #338ECE;
}
.TagClassName
{
border-color: #338ECE;
}
</style>