Shades of Curious Blue #3370BA
Tints of Curious Blue #3370BA
RGB
CMYK
RGB Variations
Color information
#3370BA (or 0x3370BA) is known color: Curious Blue. HEX triplet: 33, 70 and BA. RGB value is (51,112,186). Sum of RGB (Red+Green+Blue) = 51+112+186=349 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.61% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #3370BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3370BA is #CC8F45. Grayscale: #656565. Windows color (decimal): -13406022 or 12218419. OLE color: 12218419.
HSL color Cylindrical-coordinate representation of color #3370BA: hue angle of 212.89º 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 #3370BA is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 112 | 186 | - |
| CMYK | 0.73 | 0.40 | 0 | 0.27 |
| HSL | 212.89º | 0.57% | 0.46% | - |
| HSV(B) | 212.89º | 0.73% | 0.73% | - |
| XYZ | 16.02 | 15.84 | 48.67 | - |
| YUV | 102.2 | 175.29 | 91.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 112 | 186 | 0.73 | 0.40 | 0 | 0.27 | 212.89 | 0.57 | 0.46 |
| Hex | 33 | 70 | BA | 49 | 28 | 0 | 1B | D5 | 39 | 2E |
| Octal | 63 | 160 | 272 | 111 | 50 | 0 | 33 | 325 | 71 | 56 |
| Binary | 110011 | 1110000 | 10111010 | 1001001 | 101000 | 0 | 11011 | 11010101 | 111001 | 101110 |
Color Harmonies of #3370BA
Complementary color
Monochromatic Colors of #3370BA
Black with #3370BA
Text Example
Text Example
White with #3370BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3370BA; }
p { color: rgb(51,112,186); }
H1.HeaderClassName
{
color: #3370BA;
}
.AnyTagClassName
{
color: #3370BA;
}
</style>
background-color css
<style>
a { background-color: #3370BA; }
a { background-color: rgb(51,112,186); }
div.DivClassName
{
background-color: #3370BA;
}
.BgClassName
{
background-color: #3370BA;
}
</style>
border-color css
<style>
span { border-color: #3370BA; }
span { border-color: rgb(51,112,186); }
td.TdClassName
{
border-color: #3370BA;
}
.TagClassName
{
border-color: #3370BA;
}
</style>