Shades of Curious Blue #338FBF
Tints of Curious Blue #338FBF
RGB
CMYK
RGB Variations
Color information
#338FBF (or 0x338FBF) is known color: Curious Blue. HEX triplet: 33, 8F and BF. RGB value is (51,143,191). Sum of RGB (Red+Green+Blue) = 51+143+191=385 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.25% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #338FBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338FBF is #CC7040. Grayscale: #787878. Windows color (decimal): -13398081 or 12554035. OLE color: 12554035.
HSL color Cylindrical-coordinate representation of color #338FBF: hue angle of 200.57º 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 #338FBF is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 143 | 191 | - |
| CMYK | 0.73 | 0.25 | 0 | 0.25 |
| HSL | 200.57º | 0.58% | 0.47% | - |
| HSV(B) | 200.57º | 0.73% | 0.75% | - |
| XYZ | 20.59 | 24.11 | 52.86 | - |
| YUV | 120.96 | 167.52 | 78.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 143 | 191 | 0.73 | 0.25 | 0 | 0.25 | 200.57 | 0.58 | 0.47 |
| Hex | 33 | 8F | BF | 49 | 19 | 0 | 19 | C9 | 3A | 2F |
| Octal | 63 | 217 | 277 | 111 | 31 | 0 | 31 | 311 | 72 | 57 |
| Binary | 110011 | 10001111 | 10111111 | 1001001 | 11001 | 0 | 11001 | 11001001 | 111010 | 101111 |
Color Harmonies of #338FBF
Complementary color
Monochromatic Colors of #338FBF
Black with #338FBF
Text Example
Text Example
White with #338FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338FBF; }
p { color: rgb(51,143,191); }
H1.HeaderClassName
{
color: #338FBF;
}
.AnyTagClassName
{
color: #338FBF;
}
</style>
background-color css
<style>
a { background-color: #338FBF; }
a { background-color: rgb(51,143,191); }
div.DivClassName
{
background-color: #338FBF;
}
.BgClassName
{
background-color: #338FBF;
}
</style>
border-color css
<style>
span { border-color: #338FBF; }
span { border-color: rgb(51,143,191); }
td.TdClassName
{
border-color: #338FBF;
}
.TagClassName
{
border-color: #338FBF;
}
</style>