Shades of Curious Blue #338CCE
Tints of Curious Blue #338CCE
RGB
CMYK
RGB Variations
Color information
#338CCE (or 0x338CCE) is known color: Curious Blue. HEX triplet: 33, 8C and CE. RGB value is (51,140,206). Sum of RGB (Red+Green+Blue) = 51+140+206=397 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.85% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #338CCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338CCE is #CC7331. Grayscale: #787878. Windows color (decimal): -13398834 or 13536307. OLE color: 13536307.
HSL color Cylindrical-coordinate representation of color #338CCE: hue angle of 205.55º 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 #338CCE is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 140 | 206 | - |
| CMYK | 0.75 | 0.32 | 0 | 0.19 |
| HSL | 205.55º | 0.61% | 0.5% | - |
| HSV(B) | 205.55º | 0.75% | 0.81% | - |
| XYZ | 21.88 | 23.92 | 61.86 | - |
| YUV | 120.91 | 176.01 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 140 | 206 | 0.75 | 0.32 | 0 | 0.19 | 205.55 | 0.61 | 0.5 |
| Hex | 33 | 8C | CE | 4B | 20 | 0 | 13 | CE | 3D | 32 |
| Octal | 63 | 214 | 316 | 113 | 40 | 0 | 23 | 316 | 75 | 62 |
| Binary | 110011 | 10001100 | 11001110 | 1001011 | 100000 | 0 | 10011 | 11001110 | 111101 | 110010 |
Color Harmonies of #338CCE
Complementary color
Monochromatic Colors of #338CCE
Black with #338CCE
Text Example
Text Example
White with #338CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338CCE; }
p { color: rgb(51,140,206); }
H1.HeaderClassName
{
color: #338CCE;
}
.AnyTagClassName
{
color: #338CCE;
}
</style>
background-color css
<style>
a { background-color: #338CCE; }
a { background-color: rgb(51,140,206); }
div.DivClassName
{
background-color: #338CCE;
}
.BgClassName
{
background-color: #338CCE;
}
</style>
border-color css
<style>
span { border-color: #338CCE; }
span { border-color: rgb(51,140,206); }
td.TdClassName
{
border-color: #338CCE;
}
.TagClassName
{
border-color: #338CCE;
}
</style>