Shades of Curious Blue #338DBF
Tints of Curious Blue #338DBF
RGB
CMYK
RGB Variations
Color information
#338DBF (or 0x338DBF) is known color: Curious Blue. HEX triplet: 33, 8D and BF. RGB value is (51,141,191). Sum of RGB (Red+Green+Blue) = 51+141+191=383 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.32% from 383); Green value is 141 (55.47% from 255 or 36.81% from 383); Blue value is 191 (75% from 255 or 49.87% from 383); Max value from RGB is 191 - color contains mainly: blue. Hex color #338DBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338DBF is #CC7240. Grayscale: #777777. Windows color (decimal): -13398593 or 12553523. OLE color: 12553523.
HSL color Cylindrical-coordinate representation of color #338DBF: hue angle of 201.43º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #338DBF is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 141 | 191 | - |
| CMYK | 0.73 | 0.26 | 0 | 0.25 |
| HSL | 201.43º | 0.58% | 0.47% | - |
| HSV(B) | 201.43º | 0.73% | 0.75% | - |
| XYZ | 20.29 | 23.52 | 52.76 | - |
| YUV | 119.79 | 168.18 | 78.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 141 | 191 | 0.73 | 0.26 | 0 | 0.25 | 201.43 | 0.58 | 0.47 |
| Hex | 33 | 8D | BF | 49 | 1A | 0 | 19 | C9 | 3A | 2F |
| Octal | 63 | 215 | 277 | 111 | 32 | 0 | 31 | 311 | 72 | 57 |
| Binary | 110011 | 10001101 | 10111111 | 1001001 | 11010 | 0 | 11001 | 11001001 | 111010 | 101111 |
Color Harmonies of #338DBF
Complementary color
Monochromatic Colors of #338DBF
Black with #338DBF
Text Example
Text Example
White with #338DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338DBF; }
p { color: rgb(51,141,191); }
H1.HeaderClassName
{
color: #338DBF;
}
.AnyTagClassName
{
color: #338DBF;
}
</style>
background-color css
<style>
a { background-color: #338DBF; }
a { background-color: rgb(51,141,191); }
div.DivClassName
{
background-color: #338DBF;
}
.BgClassName
{
background-color: #338DBF;
}
</style>
border-color css
<style>
span { border-color: #338DBF; }
span { border-color: rgb(51,141,191); }
td.TdClassName
{
border-color: #338DBF;
}
.TagClassName
{
border-color: #338DBF;
}
</style>