Shades of Curious Blue #338CCC
Tints of Curious Blue #338CCC
RGB
CMYK
RGB Variations
Color information
#338CCC (or 0x338CCC) is known color: Curious Blue. HEX triplet: 33, 8C and CC. RGB value is (51,140,204). Sum of RGB (Red+Green+Blue) = 51+140+204=395 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.91% from 395); Green value is 140 (55.08% from 255 or 35.44% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #338CCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338CCC is #CC7333. Grayscale: #787878. Windows color (decimal): -13398836 or 13405235. OLE color: 13405235.
HSL color Cylindrical-coordinate representation of color #338CCC: hue angle of 205.1º 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 #338CCC is Cyan = 0.75, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 51 | 140 | 204 | - |
| CMYK | 0.75 | 0.31 | 0 | 0.2 |
| HSL | 205.1º | 0.6% | 0.5% | - |
| HSV(B) | 205.1º | 0.75% | 0.8% | - |
| XYZ | 21.64 | 23.82 | 60.58 | - |
| YUV | 120.69 | 175.01 | 78.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 140 | 204 | 0.75 | 0.31 | 0 | 0.2 | 205.1 | 0.6 | 0.5 |
| Hex | 33 | 8C | CC | 4B | 1F | 0 | 14 | CD | 3C | 32 |
| Octal | 63 | 214 | 314 | 113 | 37 | 0 | 24 | 315 | 74 | 62 |
| Binary | 110011 | 10001100 | 11001100 | 1001011 | 11111 | 0 | 10100 | 11001101 | 111100 | 110010 |
Color Harmonies of #338CCC
Complementary color
Monochromatic Colors of #338CCC
Black with #338CCC
Text Example
Text Example
White with #338CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338CCC; }
p { color: rgb(51,140,204); }
H1.HeaderClassName
{
color: #338CCC;
}
.AnyTagClassName
{
color: #338CCC;
}
</style>
background-color css
<style>
a { background-color: #338CCC; }
a { background-color: rgb(51,140,204); }
div.DivClassName
{
background-color: #338CCC;
}
.BgClassName
{
background-color: #338CCC;
}
</style>
border-color css
<style>
span { border-color: #338CCC; }
span { border-color: rgb(51,140,204); }
td.TdClassName
{
border-color: #338CCC;
}
.TagClassName
{
border-color: #338CCC;
}
</style>