Shades of Curious Blue #3388BC
Tints of Curious Blue #3388BC
RGB
CMYK
RGB Variations
Color information
#3388BC (or 0x3388BC) is known color: Curious Blue. HEX triplet: 33, 88 and BC. RGB value is (51,136,188). Sum of RGB (Red+Green+Blue) = 51+136+188=375 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.6% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #3388BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3388BC is #CC7743. Grayscale: #747474. Windows color (decimal): -13399876 or 12355635. OLE color: 12355635.
HSL color Cylindrical-coordinate representation of color #3388BC: hue angle of 202.77º 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 #3388BC is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 136 | 188 | - |
| CMYK | 0.73 | 0.28 | 0 | 0.26 |
| HSL | 202.77º | 0.57% | 0.47% | - |
| HSV(B) | 202.77º | 0.73% | 0.74% | - |
| XYZ | 19.25 | 21.94 | 50.8 | - |
| YUV | 116.51 | 168.34 | 81.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 136 | 188 | 0.73 | 0.28 | 0 | 0.26 | 202.77 | 0.57 | 0.47 |
| Hex | 33 | 88 | BC | 49 | 1C | 0 | 1A | CB | 39 | 2F |
| Octal | 63 | 210 | 274 | 111 | 34 | 0 | 32 | 313 | 71 | 57 |
| Binary | 110011 | 10001000 | 10111100 | 1001001 | 11100 | 0 | 11010 | 11001011 | 111001 | 101111 |
Color Harmonies of #3388BC
Complementary color
Monochromatic Colors of #3388BC
Black with #3388BC
Text Example
Text Example
White with #3388BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3388BC; }
p { color: rgb(51,136,188); }
H1.HeaderClassName
{
color: #3388BC;
}
.AnyTagClassName
{
color: #3388BC;
}
</style>
background-color css
<style>
a { background-color: #3388BC; }
a { background-color: rgb(51,136,188); }
div.DivClassName
{
background-color: #3388BC;
}
.BgClassName
{
background-color: #3388BC;
}
</style>
border-color css
<style>
span { border-color: #3388BC; }
span { border-color: rgb(51,136,188); }
td.TdClassName
{
border-color: #3388BC;
}
.TagClassName
{
border-color: #3388BC;
}
</style>