Shades of Curious Blue #338DB7
Tints of Curious Blue #338DB7
RGB
CMYK
RGB Variations
Color information
#338DB7 (or 0x338DB7) is known color: Curious Blue. HEX triplet: 33, 8D and B7. RGB value is (51,141,183). Sum of RGB (Red+Green+Blue) = 51+141+183=375 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.6% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 183 (71.88% from 255 or 48.8% from 375); Max value from RGB is 183 - color contains mainly: blue. Hex color #338DB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338DB7 is #CC7248. Grayscale: #767676. Windows color (decimal): -13398601 or 12029235. OLE color: 12029235.
HSL color Cylindrical-coordinate representation of color #338DB7: hue angle of 199.09º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #338DB7 is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 51 | 141 | 183 | - |
| CMYK | 0.72 | 0.23 | 0 | 0.28 |
| HSL | 199.09º | 0.56% | 0.46% | - |
| HSV(B) | 199.09º | 0.72% | 0.72% | - |
| XYZ | 19.44 | 23.17 | 48.25 | - |
| YUV | 118.88 | 164.18 | 79.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 141 | 183 | 0.72 | 0.23 | 0 | 0.28 | 199.09 | 0.56 | 0.46 |
| Hex | 33 | 8D | B7 | 48 | 17 | 0 | 1C | C7 | 38 | 2E |
| Octal | 63 | 215 | 267 | 110 | 27 | 0 | 34 | 307 | 70 | 56 |
| Binary | 110011 | 10001101 | 10110111 | 1001000 | 10111 | 0 | 11100 | 11000111 | 111000 | 101110 |
Color Harmonies of #338DB7
Complementary color
Monochromatic Colors of #338DB7
Black with #338DB7
Text Example
Text Example
White with #338DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338DB7; }
p { color: rgb(51,141,183); }
H1.HeaderClassName
{
color: #338DB7;
}
.AnyTagClassName
{
color: #338DB7;
}
</style>
background-color css
<style>
a { background-color: #338DB7; }
a { background-color: rgb(51,141,183); }
div.DivClassName
{
background-color: #338DB7;
}
.BgClassName
{
background-color: #338DB7;
}
</style>
border-color css
<style>
span { border-color: #338DB7; }
span { border-color: rgb(51,141,183); }
td.TdClassName
{
border-color: #338DB7;
}
.TagClassName
{
border-color: #338DB7;
}
</style>