Shades of Curious Blue #3384BB
Tints of Curious Blue #3384BB
RGB
CMYK
RGB Variations
Color information
#3384BB (or 0x3384BB) is known color: Curious Blue. HEX triplet: 33, 84 and BB. RGB value is (51,132,187). Sum of RGB (Red+Green+Blue) = 51+132+187=370 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.78% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 187 (73.44% from 255 or 50.54% from 370); Max value from RGB is 187 - color contains mainly: blue. Hex color #3384BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3384BB is #CC7B44. Grayscale: #717171. Windows color (decimal): -13400901 or 12289075. OLE color: 12289075.
HSL color Cylindrical-coordinate representation of color #3384BB: hue angle of 204.26º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3384BB is Cyan = 0.73, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 132 | 187 | - |
| CMYK | 0.73 | 0.29 | 0 | 0.27 |
| HSL | 204.26º | 0.57% | 0.47% | - |
| HSV(B) | 204.26º | 0.73% | 0.73% | - |
| XYZ | 18.59 | 20.79 | 50.05 | - |
| YUV | 114.05 | 169.16 | 83.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 132 | 187 | 0.73 | 0.29 | 0 | 0.27 | 204.26 | 0.57 | 0.47 |
| Hex | 33 | 84 | BB | 49 | 1D | 0 | 1B | CC | 39 | 2F |
| Octal | 63 | 204 | 273 | 111 | 35 | 0 | 33 | 314 | 71 | 57 |
| Binary | 110011 | 10000100 | 10111011 | 1001001 | 11101 | 0 | 11011 | 11001100 | 111001 | 101111 |
Color Harmonies of #3384BB
Complementary color
Monochromatic Colors of #3384BB
Black with #3384BB
Text Example
Text Example
White with #3384BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3384BB; }
p { color: rgb(51,132,187); }
H1.HeaderClassName
{
color: #3384BB;
}
.AnyTagClassName
{
color: #3384BB;
}
</style>
background-color css
<style>
a { background-color: #3384BB; }
a { background-color: rgb(51,132,187); }
div.DivClassName
{
background-color: #3384BB;
}
.BgClassName
{
background-color: #3384BB;
}
</style>
border-color css
<style>
span { border-color: #3384BB; }
span { border-color: rgb(51,132,187); }
td.TdClassName
{
border-color: #3384BB;
}
.TagClassName
{
border-color: #3384BB;
}
</style>