Shades of Curious Blue #3389BA
Tints of Curious Blue #3389BA
RGB
CMYK
RGB Variations
Color information
#3389BA (or 0x3389BA) is known color: Curious Blue. HEX triplet: 33, 89 and BA. RGB value is (51,137,186). Sum of RGB (Red+Green+Blue) = 51+137+186=374 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.64% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #3389BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3389BA is #CC7645. Grayscale: #747474. Windows color (decimal): -13399622 or 12224819. OLE color: 12224819.
HSL color Cylindrical-coordinate representation of color #3389BA: hue angle of 201.78º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3389BA is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 137 | 186 | - |
| CMYK | 0.73 | 0.26 | 0 | 0.27 |
| HSL | 201.78º | 0.57% | 0.46% | - |
| HSV(B) | 201.78º | 0.73% | 0.73% | - |
| XYZ | 19.17 | 22.14 | 49.72 | - |
| YUV | 116.87 | 167.01 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 137 | 186 | 0.73 | 0.26 | 0 | 0.27 | 201.78 | 0.57 | 0.46 |
| Hex | 33 | 89 | BA | 49 | 1A | 0 | 1B | CA | 39 | 2E |
| Octal | 63 | 211 | 272 | 111 | 32 | 0 | 33 | 312 | 71 | 56 |
| Binary | 110011 | 10001001 | 10111010 | 1001001 | 11010 | 0 | 11011 | 11001010 | 111001 | 101110 |
Color Harmonies of #3389BA
Complementary color
Monochromatic Colors of #3389BA
Black with #3389BA
Text Example
Text Example
White with #3389BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3389BA; }
p { color: rgb(51,137,186); }
H1.HeaderClassName
{
color: #3389BA;
}
.AnyTagClassName
{
color: #3389BA;
}
</style>
background-color css
<style>
a { background-color: #3389BA; }
a { background-color: rgb(51,137,186); }
div.DivClassName
{
background-color: #3389BA;
}
.BgClassName
{
background-color: #3389BA;
}
</style>
border-color css
<style>
span { border-color: #3389BA; }
span { border-color: rgb(51,137,186); }
td.TdClassName
{
border-color: #3389BA;
}
.TagClassName
{
border-color: #3389BA;
}
</style>