Shades of Curious Blue #338BDB
Tints of Curious Blue #338BDB
RGB
CMYK
RGB Variations
Color information
#338BDB (or 0x338BDB) is known color: Curious Blue. HEX triplet: 33, 8B and DB. RGB value is (51,139,219). Sum of RGB (Red+Green+Blue) = 51+139+219=409 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.47% from 409); Green value is 139 (54.69% from 255 or 33.99% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #338BDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338BDB is #CC7424. Grayscale: #797979. Windows color (decimal): -13399077 or 14388019. OLE color: 14388019.
HSL color Cylindrical-coordinate representation of color #338BDB: hue angle of 208.57º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #338BDB is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 139 | 219 | - |
| CMYK | 0.77 | 0.37 | 0 | 0.14 |
| HSL | 208.57º | 0.7% | 0.53% | - |
| HSV(B) | 208.57º | 0.77% | 0.86% | - |
| XYZ | 23.38 | 24.28 | 70.47 | - |
| YUV | 121.81 | 182.85 | 77.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 139 | 219 | 0.77 | 0.37 | 0 | 0.14 | 208.57 | 0.7 | 0.53 |
| Hex | 33 | 8B | DB | 4D | 25 | 0 | E | D1 | 46 | 35 |
| Octal | 63 | 213 | 333 | 115 | 45 | 0 | 16 | 321 | 106 | 65 |
| Binary | 110011 | 10001011 | 11011011 | 1001101 | 100101 | 0 | 1110 | 11010001 | 1000110 | 110101 |
Color Harmonies of #338BDB
Complementary color
Monochromatic Colors of #338BDB
Black with #338BDB
Text Example
Text Example
White with #338BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338BDB; }
p { color: rgb(51,139,219); }
H1.HeaderClassName
{
color: #338BDB;
}
.AnyTagClassName
{
color: #338BDB;
}
</style>
background-color css
<style>
a { background-color: #338BDB; }
a { background-color: rgb(51,139,219); }
div.DivClassName
{
background-color: #338BDB;
}
.BgClassName
{
background-color: #338BDB;
}
</style>
border-color css
<style>
span { border-color: #338BDB; }
span { border-color: rgb(51,139,219); }
td.TdClassName
{
border-color: #338BDB;
}
.TagClassName
{
border-color: #338BDB;
}
</style>