Shades of Curious Blue #338FB8
Tints of Curious Blue #338FB8
RGB
CMYK
RGB Variations
Color information
#338FB8 (or 0x338FB8) is known color: Curious Blue. HEX triplet: 33, 8F and B8. RGB value is (51,143,184). Sum of RGB (Red+Green+Blue) = 51+143+184=378 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.49% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 184 (72.27% from 255 or 48.68% from 378); Max value from RGB is 184 - color contains mainly: blue. Hex color #338FB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338FB8 is #CC7047. Grayscale: #777777. Windows color (decimal): -13398088 or 12095283. OLE color: 12095283.
HSL color Cylindrical-coordinate representation of color #338FB8: hue angle of 198.5º degrees, saturation: 0.57, 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 #338FB8 is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 51 | 143 | 184 | - |
| CMYK | 0.72 | 0.22 | 0 | 0.28 |
| HSL | 198.5º | 0.57% | 0.46% | - |
| HSV(B) | 198.5º | 0.72% | 0.72% | - |
| XYZ | 19.84 | 23.81 | 48.9 | - |
| YUV | 120.17 | 164.02 | 78.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 143 | 184 | 0.72 | 0.22 | 0 | 0.28 | 198.5 | 0.57 | 0.46 |
| Hex | 33 | 8F | B8 | 48 | 16 | 0 | 1C | C6 | 39 | 2E |
| Octal | 63 | 217 | 270 | 110 | 26 | 0 | 34 | 306 | 71 | 56 |
| Binary | 110011 | 10001111 | 10111000 | 1001000 | 10110 | 0 | 11100 | 11000110 | 111001 | 101110 |
Color Harmonies of #338FB8
Complementary color
Monochromatic Colors of #338FB8
Black with #338FB8
Text Example
Text Example
White with #338FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338FB8; }
p { color: rgb(51,143,184); }
H1.HeaderClassName
{
color: #338FB8;
}
.AnyTagClassName
{
color: #338FB8;
}
</style>
background-color css
<style>
a { background-color: #338FB8; }
a { background-color: rgb(51,143,184); }
div.DivClassName
{
background-color: #338FB8;
}
.BgClassName
{
background-color: #338FB8;
}
</style>
border-color css
<style>
span { border-color: #338FB8; }
span { border-color: rgb(51,143,184); }
td.TdClassName
{
border-color: #338FB8;
}
.TagClassName
{
border-color: #338FB8;
}
</style>