Shades of Curious Blue #338FD3
Tints of Curious Blue #338FD3
RGB
CMYK
RGB Variations
Color information
#338FD3 (or 0x338FD3) is known color: Curious Blue. HEX triplet: 33, 8F and D3. RGB value is (51,143,211). Sum of RGB (Red+Green+Blue) = 51+143+211=405 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.59% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 211 (82.81% from 255 or 52.10% from 405); Max value from RGB is 211 - color contains mainly: blue. Hex color #338FD3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338FD3 is #CC702C. Grayscale: #7A7A7A. Windows color (decimal): -13398061 or 13864755. OLE color: 13864755.
HSL color Cylindrical-coordinate representation of color #338FD3: hue angle of 205.5º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #338FD3 is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 51 | 143 | 211 | - |
| CMYK | 0.76 | 0.32 | 0 | 0.17 |
| HSL | 205.5º | 0.65% | 0.51% | - |
| HSV(B) | 205.5º | 0.76% | 0.83% | - |
| XYZ | 22.95 | 25.05 | 65.25 | - |
| YUV | 123.24 | 177.52 | 76.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 143 | 211 | 0.76 | 0.32 | 0 | 0.17 | 205.5 | 0.65 | 0.51 |
| Hex | 33 | 8F | D3 | 4C | 20 | 0 | 11 | CE | 41 | 33 |
| Octal | 63 | 217 | 323 | 114 | 40 | 0 | 21 | 316 | 101 | 63 |
| Binary | 110011 | 10001111 | 11010011 | 1001100 | 100000 | 0 | 10001 | 11001110 | 1000001 | 110011 |
Color Harmonies of #338FD3
Complementary color
Monochromatic Colors of #338FD3
Black with #338FD3
Text Example
Text Example
White with #338FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338FD3; }
p { color: rgb(51,143,211); }
H1.HeaderClassName
{
color: #338FD3;
}
.AnyTagClassName
{
color: #338FD3;
}
</style>
background-color css
<style>
a { background-color: #338FD3; }
a { background-color: rgb(51,143,211); }
div.DivClassName
{
background-color: #338FD3;
}
.BgClassName
{
background-color: #338FD3;
}
</style>
border-color css
<style>
span { border-color: #338FD3; }
span { border-color: rgb(51,143,211); }
td.TdClassName
{
border-color: #338FD3;
}
.TagClassName
{
border-color: #338FD3;
}
</style>