Shades of Curious Blue #338DB3
Tints of Curious Blue #338DB3
RGB
CMYK
RGB Variations
Color information
#338DB3 (or 0x338DB3) is known color: Curious Blue. HEX triplet: 33, 8D and B3. RGB value is (51,141,179). Sum of RGB (Red+Green+Blue) = 51+141+179=371 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.75% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 179 (70.31% from 255 or 48.25% from 371); Max value from RGB is 179 - color contains mainly: blue. Hex color #338DB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338DB3 is #CC724C. Grayscale: #767676. Windows color (decimal): -13398605 or 11767091. OLE color: 11767091.
HSL color Cylindrical-coordinate representation of color #338DB3: hue angle of 197.81º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #338DB3 is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 51 | 141 | 179 | - |
| CMYK | 0.72 | 0.21 | 0 | 0.30 |
| HSL | 197.81º | 0.56% | 0.45% | - |
| HSV(B) | 197.81º | 0.72% | 0.7% | - |
| XYZ | 19.03 | 23.01 | 46.09 | - |
| YUV | 118.42 | 162.18 | 79.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 141 | 179 | 0.72 | 0.21 | 0 | 0.30 | 197.81 | 0.56 | 0.45 |
| Hex | 33 | 8D | B3 | 48 | 15 | 0 | 1E | C6 | 38 | 2D |
| Octal | 63 | 215 | 263 | 110 | 25 | 0 | 36 | 306 | 70 | 55 |
| Binary | 110011 | 10001101 | 10110011 | 1001000 | 10101 | 0 | 11110 | 11000110 | 111000 | 101101 |
Color Harmonies of #338DB3
Complementary color
Monochromatic Colors of #338DB3
Black with #338DB3
Text Example
Text Example
White with #338DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338DB3; }
p { color: rgb(51,141,179); }
H1.HeaderClassName
{
color: #338DB3;
}
.AnyTagClassName
{
color: #338DB3;
}
</style>
background-color css
<style>
a { background-color: #338DB3; }
a { background-color: rgb(51,141,179); }
div.DivClassName
{
background-color: #338DB3;
}
.BgClassName
{
background-color: #338DB3;
}
</style>
border-color css
<style>
span { border-color: #338DB3; }
span { border-color: rgb(51,141,179); }
td.TdClassName
{
border-color: #338DB3;
}
.TagClassName
{
border-color: #338DB3;
}
</style>