Shades of Curious Blue #338CBC
Tints of Curious Blue #338CBC
RGB
CMYK
RGB Variations
Color information
#338CBC (or 0x338CBC) is known color: Curious Blue. HEX triplet: 33, 8C and BC. RGB value is (51,140,188). Sum of RGB (Red+Green+Blue) = 51+140+188=379 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.46% from 379); Green value is 140 (55.08% from 255 or 36.94% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #338CBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338CBC is #CC7343. Grayscale: #767676. Windows color (decimal): -13398852 or 12356659. OLE color: 12356659.
HSL color Cylindrical-coordinate representation of color #338CBC: hue angle of 201.02º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #338CBC is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 140 | 188 | - |
| CMYK | 0.73 | 0.26 | 0 | 0.26 |
| HSL | 201.02º | 0.57% | 0.47% | - |
| HSV(B) | 201.02º | 0.73% | 0.74% | - |
| XYZ | 19.82 | 23.09 | 50.99 | - |
| YUV | 118.86 | 167.01 | 79.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 140 | 188 | 0.73 | 0.26 | 0 | 0.26 | 201.02 | 0.57 | 0.47 |
| Hex | 33 | 8C | BC | 49 | 1A | 0 | 1A | C9 | 39 | 2F |
| Octal | 63 | 214 | 274 | 111 | 32 | 0 | 32 | 311 | 71 | 57 |
| Binary | 110011 | 10001100 | 10111100 | 1001001 | 11010 | 0 | 11010 | 11001001 | 111001 | 101111 |
Color Harmonies of #338CBC
Complementary color
Monochromatic Colors of #338CBC
Black with #338CBC
Text Example
Text Example
White with #338CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338CBC; }
p { color: rgb(51,140,188); }
H1.HeaderClassName
{
color: #338CBC;
}
.AnyTagClassName
{
color: #338CBC;
}
</style>
background-color css
<style>
a { background-color: #338CBC; }
a { background-color: rgb(51,140,188); }
div.DivClassName
{
background-color: #338CBC;
}
.BgClassName
{
background-color: #338CBC;
}
</style>
border-color css
<style>
span { border-color: #338CBC; }
span { border-color: rgb(51,140,188); }
td.TdClassName
{
border-color: #338CBC;
}
.TagClassName
{
border-color: #338CBC;
}
</style>